a tool for shared writing and social publishing
at main 2 lines 204 B view raw
1alter table "public"."leaflets_in_publications" add column "description" text not null default ''::text; 2alter table "public"."leaflets_in_publications" add column "title" text not null default ''::text;