From 14fe53759644f3d03c632a6468ecebdc1d46222f 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 d73bf3ebe5..98bd17871d 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