diff --git a/image.gif b/image.gif index 47e72c177..fb5f6ab8d 100644 Binary files a/image.gif and b/image.gif differ diff --git a/schema.sql b/schema.sql index d4047c265..da38abecd 100644 --- a/schema.sql +++ b/schema.sql @@ -210,7 +210,8 @@ CREATE TABLE public.users ( comment_count integer, highres text, rent_utc integer, - patron integer + patron integer, + zzz boolean DEFAULT false );