Migrate publishable field name to registrant_publishable

This commit is contained in:
Thiago Youssef 2022-07-20 08:21:22 -03:00 committed by olegphenomenon
parent 4286a6bab7
commit 59fe7dffbe
9 changed files with 15 additions and 13 deletions

View file

@ -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
);