mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 17:52:45 +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…
x
Reference in New Issue
Block a user