From a41622d6acab4386ed76d84090fd395b4be03346 Mon Sep 17 00:00:00 2001 From: DrTransmisia Date: Wed, 4 May 2022 20:39:48 +0200 Subject: [PATCH] removed error in DDL --- seed-db.sql | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/seed-db.sql b/seed-db.sql index b7107ccd8..37d4ac31f 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -1,39 +1,39 @@ 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, changelogsub, reddit, css, profilecss, coins, agendaposter, - post_count, comment_count, background, verified, truecoins, cardview, subs + post_count, comment_count, background, verified, truecoins, cardview ) VALUES ('System', '', 0, 0, true, true, '', '', 0, false, 0, 'System', '', 'hot', 'top', 'day', 'ff66ac', 'ff66ac', '', 'dark', 'ff66ac', false, 'old.reddit.com', '', '', 0, 0, - 0, 0, '', 'Verified', 0, false, 2), + 0, 0, '', 'Verified', 0, false), ('AutoJanny', '', 0, 0, true, true, '', '', 0, false, 0, 'AutoJanny', '', 'hot', 'top', 'day', 'ff66ac', 'ff66ac', '', 'dark', 'ff66ac', false, 'old.reddit.com', '', '', 0, 0, - 0, 0, '', 'Verified', 0, false, 2), + 0, 0, '', 'Verified', 0, false), ('Snappy', '', 0, 0, true, true, '', '', 0, false, 0, 'Snappy', '', 'hot', 'top', 'day', '62ca56', 'e4432d', '', 'dark', '30409f', false, 'old.reddit.com', '', '', 0, 0, - 0, 0, '', 'Verified', 0, false, 2), + 0, 0, '', 'Verified', 0, false), ('longpostbot', '', 0, 0, true, true, '', '', 0, false, 0, 'longpostbot', '', 'hot', 'top', 'day', '62ca56', 'e4432d', '', 'dark', '30409f', false, 'old.reddit.com', '', '', 0, 0, - 0, 0, '', 'Verified', 0, false, 2), + 0, 0, '', 'Verified', 0, false), ('zozbot', '', 0, 0, true, true, '', '', 0, false, 0, 'zozbot', '', 'hot', 'top', 'day', '62ca56', 'e4432d', '', 'dark', '30409f', false, 'old.reddit.com', '', '', 0, 0, - 0, 0, '', 'Verified', 0, false, 2), + 0, 0, '', 'Verified', 0, false), ('AutoPoller', '', 0, 0, true, true, '', '', 0, false, 0, 'AutoPoller', '', 'hot', 'top', 'day', '62ca56', 'e4432d', '', 'dark', '30409f', false, 'old.reddit.com', '', '', 0, 0, - 0, 0, '', 'Verified', 0, false, 2), + 0, 0, '', 'Verified', 0, false), ('AutoBetter', '', 0, 0, true, true, '', '', 0, false, 0, 'AutoBetter', '', 'hot', 'top', 'day', '62ca56', 'e4432d', '', 'dark', '30409f', false, 'old.reddit.com', '', '', 0, 0, - 0, 0, '', 'Verified', 0, false, 2), + 0, 0, '', 'Verified', 0, false), ('AutoChoice', '', 0, 0, true, true, '', '', 0, false, 0, 'AutoChoice', '', 'hot', 'top', 'day', '62ca56', 'e4432d', '', 'dark', '30409f', false, 'old.reddit.com', '', '', 0, 0, - 0, 0, '', 'Verified', 0, false, 2); + 0, 0, '', 'Verified', 0, false); INSERT INTO public.badge_defs VALUES (1,'Alpha User','Joined during open alpha'),