mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
6 lines
205 B
Ruby
6 lines
205 B
Ruby
class RemoveDomainTransfersPaperTrail < ActiveRecord::Migration
|
|
def change
|
|
remove_column :domain_transfers, :creator_str, :string
|
|
remove_column :domain_transfers, :updator_str, :string
|
|
end
|
|
end
|