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 );