From 20f2a159324bbade9dc451f57d3b74cab12a4410 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Tue, 13 Aug 2013 19:33:54 +0200 Subject: [PATCH] =?UTF-8?q?unn=C3=B6tige=20Migration=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20130812170437_add_themaid_to_thema_translations.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 db/migrate/20130812170437_add_themaid_to_thema_translations.rb diff --git a/db/migrate/20130812170437_add_themaid_to_thema_translations.rb b/db/migrate/20130812170437_add_themaid_to_thema_translations.rb deleted file mode 100644 index acd6173..0000000 --- a/db/migrate/20130812170437_add_themaid_to_thema_translations.rb +++ /dev/null @@ -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