forked from rDrama/rDrama
1
0
Fork 0

fix .sql files

master
justcool393 2022-11-07 01:08:13 -06:00
parent 0fffa7efc0
commit 8725a0cc55
2 changed files with 2 additions and 2 deletions

View File

@ -976,7 +976,7 @@ CREATE TABLE public.users (
received_award_count integer DEFAULT 0 NOT NULL, received_award_count integer DEFAULT 0 NOT NULL,
highlightcomments boolean DEFAULT true NOT NULL, highlightcomments boolean DEFAULT true NOT NULL,
nitter boolean, nitter boolean,
truecoins integer DEFAULT 0 NOT NULL, truescore integer DEFAULT 0 NOT NULL,
club_allowed boolean, club_allowed boolean,
frontsize integer DEFAULT 25 NOT NULL, frontsize integer DEFAULT 25 NOT NULL,
coins_spent integer DEFAULT 0 NOT NULL, coins_spent integer DEFAULT 0 NOT NULL,

View File

@ -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, 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, unban_utc, original_username, customtitle, defaultsorting, defaultsortingcomments, defaulttime, namecolor, titlecolor,
customtitleplain, theme, themecolor, reddit, css, profilecss, coins, agendaposter, 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, ('AutoJanny', '', extract(epoch from now()), 0, true, true, '', '', 0, false,
0, 'AutoJanny', '', 'hot', 'top', 'day', 'ff66ac', 'ff66ac', 0, 'AutoJanny', '', 'hot', 'top', 'day', 'ff66ac', 'ff66ac',
'', 'dark', 'ff66ac', 'old.reddit.com', '', '', 0, 0, '', 'dark', 'ff66ac', 'old.reddit.com', '', '', 0, 0,