mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Add uuid field to log_registrant_verification
This commit is contained in:
parent
0ff0cb0fa4
commit
0e3229aa0e
2 changed files with 12 additions and 2 deletions
|
@ -0,0 +1,7 @@
|
|||
class AddUuidToLogRegistrantVerification < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
change_table 'log_registrant_verifications' do |t|
|
||||
t.string :uuid
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue