mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 15:34:41 +02:00
parent
43cf1d483c
commit
a337604dc0
8 changed files with 16 additions and 137 deletions
5
db/migrate/20180120182712_drop_log_domain_transfers.rb
Normal file
5
db/migrate/20180120182712_drop_log_domain_transfers.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class DropLogDomainTransfers < ActiveRecord::Migration
|
||||
def change
|
||||
drop_table :log_domain_transfers
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue