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