6 lines
90 B
Ruby
6 lines
90 B
Ruby
class RemoveOgs < ActiveRecord::Migration[5.2]
|
|
def change
|
|
drop_table :ogs
|
|
end
|
|
end
|