From b408348011c3d42d083d9367aef8606bff5f551f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 11 Aug 2021 21:00:18 +0000 Subject: [PATCH] schema --- schema.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index e1867cb07..9f98c098b 100644 --- a/schema.sql +++ b/schema.sql @@ -1046,7 +1046,8 @@ CREATE TABLE public.users ( rent_utc integer, patron integer, zzz boolean DEFAULT false, - controversial boolean + controversial boolean, + background text );