adds featured field to tags
This commit is contained in:
5
db/migrate/20150815154430_add_featured_to_tags.rb
Normal file
5
db/migrate/20150815154430_add_featured_to_tags.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddFeaturedToTags < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :tags, :featured, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user