forked from bofh/fetsite
Wiki integriert in HP
This commit is contained in:
7
db/migrate/20140529120536_add_wiki_to_thema.rb
Normal file
7
db/migrate/20140529120536_add_wiki_to_thema.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class AddWikiToThema < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :themen, :wikiname, :string
|
||||
add_column :themen, :wikiformat, :integer
|
||||
add_column :themen, :hidelink, :boolea
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user