mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +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
|
|
@ -0,0 +1,6 @@
|
|||
class RemoveDomainTransfersPaperTrail < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :domain_transfers, :creator_str, :string
|
||||
remove_column :domain_transfers, :updator_str, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue