Migration not longer needed.
This commit is contained in:
parent
eb34c1dbcb
commit
098db74038
1 changed files with 0 additions and 8 deletions
|
@ -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
|
Loading…
Reference in a new issue