mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
Fix paper trail versioning for RegistrantVerification
This commit is contained in:
parent
2d93932d92
commit
cca51b8a03
5 changed files with 118 additions and 96 deletions
|
@ -0,0 +1,9 @@
|
|||
class ChangeRegistrantVerificationCreatorUpdatorIdToString < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :registrant_verifications, :creator_str, :string
|
||||
add_column :registrant_verifications, :updator_str, :string
|
||||
|
||||
remove_column :registrant_verifications, :creator_id
|
||||
remove_column :registrant_verifications, :updater_id
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue