Merge branch 'wiki'

This commit is contained in:
2014-06-04 23:09:26 +05:30
18 changed files with 309 additions and 30 deletions

View 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

View File

@@ -0,0 +1,5 @@
class AddWikiToThemengruppen < ActiveRecord::Migration
def change
add_column :themengruppen, :wiki_default, :boolean
end
end