mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +02:00
6 lines
124 B
Ruby
6 lines
124 B
Ruby
class DropApiUsers < ActiveRecord::Migration
|
|
def change
|
|
drop_table :api_users
|
|
drop_table :log_api_users
|
|
end
|
|
end
|