Gremien, Memberships Update

This commit is contained in:
Andreas Stephanides
2013-08-25 16:37:59 +02:00
parent ad6e387635
commit 3bd04f9101
9 changed files with 33 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
class AddColumnsToGremien < ActiveRecord::Migration
def change
add_column :gremien, :geschlecht, :string
add_column :gremien, :thema_id, :integer
end
end