mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 08:38:27 -05:00
FIX: Don't drop the columns immediately.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user