internetee-registry/db/migrate/20171009082321_drop_api_users.rb
2017-10-09 11:54:44 +03:00

6 lines
124 B
Ruby

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