mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 14:06:21 +02:00
Modified identification request webhook
This commit is contained in:
parent
d04622c49f
commit
0085f99e02
14 changed files with 292 additions and 19 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddVerificationIdToContacts < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :contacts, :verification_id, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue