Merge pull request #1058 from openSUSE/fix_migration
Remove duplicate remove_column
This commit is contained in:
commit
0018284c66
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ class RemoveLogoAndProgressAndTimeSlotsFromEvents < ActiveRecord::Migration
|
||||||
remove_column :events, :logo_updated_at
|
remove_column :events, :logo_updated_at
|
||||||
remove_column :events, :logo_file_size
|
remove_column :events, :logo_file_size
|
||||||
remove_column :events, :logo_content_type
|
remove_column :events, :logo_content_type
|
||||||
remove_column :events, :logo_content_type
|
|
||||||
remove_column :events, :time_slots
|
remove_column :events, :time_slots
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue