sticky topics
This commit is contained in:
9
db/migrate/20150219142123_add_sticky_to_thema.rb
Normal file
9
db/migrate/20150219142123_add_sticky_to_thema.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class AddStickyToThema < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :themen, :sticky_startpage, :boolean
|
||||
add_column :themen, :sticky_intern, :boolean
|
||||
add_column :themengruppen, :sticky_startpage, :boolean
|
||||
add_column :themengruppen, :sticky_intern, :boolean
|
||||
add_column :galleries, :sticky_startpage, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user