Migration not longer needed.

This commit is contained in:
Martin Edenhofer 2012-11-13 13:41:06 +01:00
parent eb34c1dbcb
commit 098db74038

View file

@ -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