mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
parent
0893d5b6f2
commit
fc71bf93e7
46 changed files with 21 additions and 1487 deletions
6
db/migrate/20190917114907_drop_keyrelays.rb
Normal file
6
db/migrate/20190917114907_drop_keyrelays.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class DropKeyrelays < ActiveRecord::Migration
|
||||
def change
|
||||
drop_table :keyrelays
|
||||
drop_table :log_keyrelays
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue