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