mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
6 lines
210 B
Ruby
6 lines
210 B
Ruby
class RemoveDomainTransfersPaperTrail < ActiveRecord::Migration[6.0]
|
|
def change
|
|
remove_column :domain_transfers, :creator_str, :string
|
|
remove_column :domain_transfers, :updator_str, :string
|
|
end
|
|
end
|