forked from bofh/fetsite
redirect after sign in
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class AddIdToThemen < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :themen, :themengruppe_id, :integer
|
||||
add_column :themen, :themengruppe_id, :integer
|
||||
add_column :attachments, :thema_id, :integer
|
||||
add_column :fragen, :thema_id, :integer
|
||||
add_column :fragen, :thema_id, :integer
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user