socialforge/db/migrate/20151102083844_drop_organiz...

9 lines
116 B
Ruby
Raw Normal View History

2015-11-02 17:22:09 +08:00
class DropOrganization < ActiveRecord::Migration
def up
drop_table :organizations
end
def down
end
end