mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
6 lines
130 B
Ruby
6 lines
130 B
Ruby
class DropKeyrelays < ActiveRecord::Migration[6.0]
|
|
def change
|
|
drop_table :keyrelays
|
|
drop_table :log_keyrelays
|
|
end
|
|
end
|