From 9a856c71992b6faca4182f0264d6674a3f05be03 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 29 Jul 2021 07:00:15 +0000 Subject: [PATCH] schema --- schema.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index ab010046c..c12101552 100644 --- a/schema.sql +++ b/schema.sql @@ -226,7 +226,8 @@ CREATE TABLE public.users ( suicide_utc integer, post_count integer, comment_count integer, - highres text + highres text, + rent_utc integer );