mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +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
|
@ -2612,7 +2612,7 @@ ALTER SEQUENCE public.users_id_seq OWNED BY public.users.id;
|
|||
CREATE TABLE public.validation_events (
|
||||
id bigint NOT NULL,
|
||||
event_data jsonb,
|
||||
result boolean,
|
||||
success boolean,
|
||||
validation_eventable_type character varying,
|
||||
validation_eventable_id bigint,
|
||||
created_at timestamp(6) without time zone NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue