mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 12:40:40 +08:00
FIX: Don't drop the columns immediately.
This commit is contained in:
parent
4faec8af96
commit
98fd77fb6c
|
@ -14,8 +14,5 @@ class AddUploadsToCategories < ActiveRecord::Migration
|
|||
category.save!
|
||||
end
|
||||
end
|
||||
|
||||
remove_column :categories, :logo_url, :string
|
||||
remove_column :categories, :background_url, :string
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user