Files
old-roraccounting/db/migrate/20201006103218_remove_ogs.rb
2020-10-06 10:36:23 +03:00

6 lines
90 B
Ruby

class RemoveOgs < ActiveRecord::Migration[5.2]
def change
drop_table :ogs
end
end