mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
parent
b545bc9767
commit
26eb47ae09
5 changed files with 8 additions and 165 deletions
6
db/migrate/20171009082321_drop_api_users.rb
Normal file
6
db/migrate/20171009082321_drop_api_users.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class DropApiUsers < ActiveRecord::Migration
|
||||
def change
|
||||
drop_table :api_users
|
||||
drop_table :log_api_users
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue