forked from bofh/fetsite
Merge branch 'wiki'
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
|
||||
5
db/migrate/20140601114003_add_wiki_to_themengruppen.rb
Normal file
5
db/migrate/20140601114003_add_wiki_to_themengruppen.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddWikiToThemengruppen < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :themengruppen, :wiki_default, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user