mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 11:47:30 +02:00
6 lines
129 B
Ruby
6 lines
129 B
Ruby
class DropApiUsers < ActiveRecord::Migration[6.0]
|
|
def change
|
|
drop_table :api_users
|
|
drop_table :log_api_users
|
|
end
|
|
end
|