mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Add email checking with validation event saving
This commit is contained in:
parent
d4fe961e34
commit
c344b91d84
4 changed files with 65 additions and 4 deletions
|
@ -7,7 +7,7 @@ class CreateValidationEvents < ActiveRecord::Migration[6.1]
|
|||
|
||||
create_table :validation_events do |t|
|
||||
t.jsonb :event_data
|
||||
t.boolean :result
|
||||
t.boolean :success
|
||||
t.references :validation_eventable, polymorphic: true
|
||||
|
||||
t.timestamps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue