remove schema.rb and migration

This commit is contained in:
Andreas Stephanides
2013-08-15 12:06:28 +02:00
parent 235cc4094e
commit 9fe01afbaa
2 changed files with 0 additions and 311 deletions

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