Godwin
10 years ago
3 changed files with 5 additions and 3 deletions
@ -1,5 +1,5 @@ |
|||||
class AddCoverAttributionUserIdToOrganizations < ActiveRecord::Migration |
class AddCoverAttributionUserIdToOrganizations < ActiveRecord::Migration |
||||
def change |
def change |
||||
add_column :organizations, :id, :integer |
add_column :organizations, :cover_attribution_user_id, :integer |
||||
end |
end |
||||
end |
end |
||||
|
@ -1,5 +1,5 @@ |
|||||
class AddCoverAttributionUserIdToConferences < ActiveRecord::Migration |
class AddCoverAttributionUserIdToConferences < ActiveRecord::Migration |
||||
def change |
def change |
||||
add_column :conferences, :id, :integer |
add_column :conferences, :cover_attribution_user_id, :integer |
||||
end |
end |
||||
end |
end |
||||
|
Loading…
Reference in new issue