mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 06:56:23 +02:00
Migrate publishable
field name to registrant_publishable
This commit is contained in:
parent
4286a6bab7
commit
59fe7dffbe
9 changed files with 15 additions and 13 deletions
|
@ -671,7 +671,7 @@ CREATE TABLE public.contacts (
|
|||
uuid uuid DEFAULT public.gen_random_uuid() NOT NULL,
|
||||
disclosed_attributes character varying[] DEFAULT '{}'::character varying[] NOT NULL,
|
||||
email_history character varying,
|
||||
publishable boolean DEFAULT false
|
||||
registrant_publishable boolean DEFAULT false
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue