Wiki integriert in HP

This commit is contained in:
2014-06-03 18:23:14 +05:30
parent adfec2446e
commit bd073e0835
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