From a4565cb1c347c8a409a905b57424304336d440f4 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Thu, 23 Jan 2020 10:26:53 -0600 Subject: [PATCH] update schema --- db/structure.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/db/structure.sql b/db/structure.sql index 494690003..264fa7111 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -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 );