mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 06:04:56 +02:00
5 lines
133 B
Ruby
5 lines
133 B
Ruby
class AddContactIdToActions < ActiveRecord::Migration
|
|
def change
|
|
add_reference :actions, :contact, foreign_key: true
|
|
end
|
|
end
|