Removed font awesome
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddCoverAttributionUserIdToOrganizations < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :organizations, :id, :integer
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
class AddCoverAttributionUserIdToConferences < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user