From e41da78cbf5761cbe81d45be1c011260423d0e0d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 3 Sep 2021 23:36:57 +0200 Subject: [PATCH] fd --- seed-db.sql | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/seed-db.sql b/seed-db.sql index 3211363a3..02414a196 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -1,4 +1,4 @@ -INSERT INTO public.badge_defs VALUES (6, 'Beta User', 'Joined during open beta', 'beta.png', 3, NULL); +INSERT INTO public.badge_defs VALUES (6, 'Beta User', 'Joined during open beta', 'beta.gif', 3, NULL); INSERT INTO public.users ( id, username, passhash, created_utc, admin_level, over_18, is_activated, bio, bio_html, login_nonce, is_private, @@ -20,16 +20,6 @@ INSERT INTO public.users ( '', 'ff66ac', false, false, '', '', 0, false, 0, 0, 0, '', true); -INSERT INTO public.users ( - id, username, passhash, created_utc, admin_level, over_18, is_activated, bio, bio_html, login_nonce, is_private, - unban_utc, original_username, customtitle, defaultsorting, defaulttime, namecolor, titlecolor, profileurl, bannerurl, - customtitleplain, themecolor, changelogsub, oldreddit, css, profilecss, coins, agendaposter, suicide_utc, - post_count, comment_count, background, verified -) VALUES (2317, 'Sneethe', '', 0, 0, true, true, '', '', 0, false, - 0, 'Sneethe', '', 'hot', 'day', '30409f', '30409f', '', '', - '', '30409f', false, false, '', '', 0, false, 0, - 0, 0, '', true); - INSERT INTO public.users ( id, username, passhash, created_utc, admin_level, over_18, is_activated, bio, bio_html, login_nonce, is_private, unban_utc, original_username, customtitle, defaultsorting, defaulttime, namecolor, titlecolor, profileurl, bannerurl, @@ -50,4 +40,14 @@ INSERT INTO public.users ( '', '30409f', false, false, '', '', 0, false, 0, 0, 0, '', true); +INSERT INTO public.users ( + id, username, passhash, created_utc, admin_level, over_18, is_activated, bio, bio_html, login_nonce, is_private, + unban_utc, original_username, customtitle, defaultsorting, defaulttime, namecolor, titlecolor, profileurl, bannerurl, + customtitleplain, themecolor, changelogsub, oldreddit, css, profilecss, coins, agendaposter, suicide_utc, + post_count, comment_count, background, verified +) VALUES (1833, 'zozbot', '', 0, 0, true, true, '', '', 0, false, + 0, 'zozbot', '', 'hot', 'day', '62ca56', 'e4432d', '', '', + '', '30409f', false, false, '', '', 0, false, 0, + 0, 0, '', true); + insert into public.award_relationships(id,user_id,kind) values(1,1,'shit'); \ No newline at end of file