tags: drop related_tags column.
This commit is contained in:
6
db/migrate/20190908031103_drop_related_tags_from_tags.rb
Normal file
6
db/migrate/20190908031103_drop_related_tags_from_tags.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class DropRelatedTagsFromTags < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
remove_column :tags, :related_tags, :text
|
||||
remove_column :tags, :related_tags_updated_at, :datetime
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user