From 098db74038af21e6c1ababc2ef68167372790d81 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 13 Nov 2012 13:41:06 +0100 Subject: [PATCH] Migration not longer needed. --- db/migrate/20121113085712_organization_shared.rb | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 db/migrate/20121113085712_organization_shared.rb diff --git a/db/migrate/20121113085712_organization_shared.rb b/db/migrate/20121113085712_organization_shared.rb deleted file mode 100644 index faab3cff0..000000000 --- a/db/migrate/20121113085712_organization_shared.rb +++ /dev/null @@ -1,8 +0,0 @@ -class OrganizationShared < ActiveRecord::Migration - def up - add_column :overviews, :organization_shared, :boolean, :null => false, :default => false - end - - def down - end -end