Drop "api_users" table

#599
This commit is contained in:
Artur Beljajev 2017-10-09 11:54:44 +03:00
parent b545bc9767
commit 26eb47ae09
5 changed files with 8 additions and 165 deletions

View file

@ -0,0 +1,6 @@
class DropApiUsers < ActiveRecord::Migration
def change
drop_table :api_users
drop_table :log_api_users
end
end