Skip to content

Commit

Permalink
Update database scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelamud committed Apr 4, 2021
1 parent 856397d commit 42ab9ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/create_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ CREATE TABLE public.entry_revisions (
parent_id uuid,
deadline timestamp without time zone,
sane_body text,
sane_body_preview text
sane_body_preview text,
update_important boolean DEFAULT false NOT NULL,
update_description character varying(128) DEFAULT ''::character varying NOT NULL
);


Expand Down

0 comments on commit 42ab9ec

Please sign in to comment.