Skip to content

Commit

Permalink
Fixed structure.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoganov committed Nov 12, 2024
1 parent b7726fc commit 14fe537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14fe537

Please sign in to comment.