forked from bofh/fetsite
FIXES:
* Inflections für Thema/Themen etc. * Korrigierte Views
This commit is contained in:
7
db/migrate/20130805170517_add_id_to_themen.rb
Normal file
7
db/migrate/20130805170517_add_id_to_themen.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class AddIdToThemen < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :themen, :themengruppe_id, :integer
|
||||
add_column :attachments, :thema_id, :integer
|
||||
add_column :fragen, :thema_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user