internetee-registry/db/migrate/20171009082321_drop_api_users.rb
2021-04-26 18:54:26 +05:00

6 lines
129 B
Ruby

class DropApiUsers < ActiveRecord::Migration[6.0]
def change
drop_table :api_users
drop_table :log_api_users
end
end