Add migration to remove featured column from tags table
This commit is contained in:
5
db/migrate/20170623141655_remove_featured_from_tags.rb
Normal file
5
db/migrate/20170623141655_remove_featured_from_tags.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class RemoveFeaturedFromTags < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :tags, :featured, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user