themen interface cleanup1
This commit is contained in:
6
db/migrate/20140621060036_add_draft_to_themen.rb
Normal file
6
db/migrate/20140621060036_add_draft_to_themen.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddDraftToThemen < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :themen, :hideattachment, :boolean
|
||||
add_column :themen, :isdraft, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user