Modified identification request webhook

This commit is contained in:
tsoganov 2024-10-15 14:13:04 +03:00
parent d04622c49f
commit 0085f99e02
14 changed files with 292 additions and 19 deletions

View file

@ -0,0 +1,5 @@
class AddVerificationIdToContacts < ActiveRecord::Migration[6.1]
def change
add_column :contacts, :verification_id, :string
end
end