about summary refs log tree commit diff
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2020-01-23 10:26:53 -0600
committermultiple creatures <dev@multiple-creature.party>2020-01-23 10:26:53 -0600
commita4565cb1c347c8a409a905b57424304336d440f4 (patch)
tree3fdaec8c6c1bb18c635b36ac84495208cbbe9017
parent9d84d4fb7bfa77dd4da34d5dfe0eb0b523560bb5 (diff)
update schema
-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
 );