diff --git a/schema.sql b/schema.sql index 80b3cdabd..ab010046c 100644 --- a/schema.sql +++ b/schema.sql @@ -225,7 +225,8 @@ CREATE TABLE public.users ( animatedname boolean, suicide_utc integer, post_count integer, - comment_count integer + comment_count integer, + highres text );