From 8725a0cc551c367b5969a3173672adb7480f600e Mon Sep 17 00:00:00 2001 From: justcool393 Date: Mon, 7 Nov 2022 01:08:13 -0600 Subject: [PATCH] fix .sql files --- schema.sql | 2 +- seed-db.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.sql b/schema.sql index ede1a8a4f..b1fa9966d 100644 --- a/schema.sql +++ b/schema.sql @@ -976,7 +976,7 @@ CREATE TABLE public.users ( received_award_count integer DEFAULT 0 NOT NULL, highlightcomments boolean DEFAULT true NOT NULL, nitter boolean, - truecoins integer DEFAULT 0 NOT NULL, + truescore integer DEFAULT 0 NOT NULL, club_allowed boolean, frontsize integer DEFAULT 25 NOT NULL, coins_spent integer DEFAULT 0 NOT NULL, diff --git a/seed-db.sql b/seed-db.sql index 35e9d42bd..6009d6017 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -1,7 +1,7 @@ INSERT INTO public.users (username, passhash, created_utc, admin_level, over_18, is_activated, bio, bio_html, login_nonce, is_private, unban_utc, original_username, customtitle, defaultsorting, defaultsortingcomments, defaulttime, namecolor, titlecolor, customtitleplain, theme, themecolor, reddit, css, profilecss, coins, agendaposter, - post_count, comment_count, background, verified, truecoins, cardview, profileurl, highres, last_viewed_post_notifs, last_viewed_log_notifs, pronouns, marsify, house) VALUES + post_count, comment_count, background, verified, truescore, cardview, profileurl, highres, last_viewed_post_notifs, last_viewed_log_notifs, pronouns, marsify, house) VALUES ('AutoJanny', '', extract(epoch from now()), 0, true, true, '', '', 0, false, 0, 'AutoJanny', '', 'hot', 'top', 'day', 'ff66ac', 'ff66ac', '', 'dark', 'ff66ac', 'old.reddit.com', '', '', 0, 0,