diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-01-23 10:26:53 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-01-23 10:26:53 -0600 |
commit | a4565cb1c347c8a409a905b57424304336d440f4 (patch) | |
tree | 3fdaec8c6c1bb18c635b36ac84495208cbbe9017 /db | |
parent | 9d84d4fb7bfa77dd4da34d5dfe0eb0b523560bb5 (diff) |
update schema
Diffstat (limited to 'db')
-rw-r--r-- | db/structure.sql | 1 |
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 ); |