fix merge revert

This commit is contained in:
Bilal
2020-10-06 10:36:23 +03:00
parent bb8f20beb7
commit b50c48581c
5 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class RemoveOgs < ActiveRecord::Migration[5.2]
def change
drop_table :ogs
end
end