about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--db/structure.sql1
1 files changed, 0 insertions, 1 deletions
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
 );