Remove deprecated attributes from Debates
Some fields from Debates are deprecated and we no longer need them.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class RemoveDeprecatedFieldsFromDebates < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
remove_column :debates, :deprecated_title, :string
|
||||
remove_column :debates, :deprecated_description, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user