unnötige Migration entfernt

This commit is contained in:
Andreas Stephanides
2013-08-13 19:33:54 +02:00
parent 235cc4094e
commit 20f2a15932

View File

@@ -1,6 +0,0 @@
class AddThemaidToThemaTranslations < ActiveRecord::Migration
def change
add_column :thema_translations, :theman_id, :integer
remove_column :thema_translations, :themen_id, :integer
end
end