update schema

master
multiple creatures 2020-01-23 10:26:53 -06:00
parent 9d84d4fb7b
commit a4565cb1c3
1 changed files with 0 additions and 1 deletions

View File

@ -550,7 +550,6 @@ CREATE TABLE public.accounts (
known boolean DEFAULT false NOT NULL,
force_private boolean DEFAULT false NOT NULL,
unboostable boolean DEFAULT false NOT NULL,
block_anon boolean DEFAULT false NOT NULL
block_anon boolean DEFAULT false NOT NULL,
trust_level integer
);