Files
old-roraccounting/db/migrate/20201006103218_remove_ogs.rb

6 lines
90 B
Ruby
Raw Normal View History

2020-10-06 10:36:23 +03:00
class RemoveOgs < ActiveRecord::Migration[5.2]
def change
drop_table :ogs
end
end