From 35c5eb6ab5fffbc0e95dd6ee767d55622be5e46e Mon Sep 17 00:00:00 2001 From: tsoganov Date: Tue, 12 Nov 2024 18:43:11 +0200 Subject: [PATCH] Fixed structure.sql --- db/structure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/structure.sql b/db/structure.sql index d73bf3ebe..98bd17871 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -694,7 +694,7 @@ CREATE TABLE public.contacts ( email_history character varying, registrant_publishable boolean DEFAULT false, checked_company_at timestamp without time zone, - company_register_status character varying + company_register_status character varying, ident_request_sent_at timestamp without time zone, verified_at timestamp without time zone, verification_id character varying