Fixed attributions again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user