From 2a76c4313c17c58c72cbdf2ab6b42ddd918cd604 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 3 Sep 2021 23:37:25 +0200 Subject: [PATCH] fd --- seed-db.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/seed-db.sql b/seed-db.sql index 02414a196..c43196664 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -10,6 +10,8 @@ INSERT INTO public.users ( '', 'ff66ac', false, false, '', '', 0, false, 0, 0, 0, '', true); +insert into public.award_relationships(id,user_id,kind) values(1,1046,'shit'); + 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, @@ -48,6 +50,4 @@ INSERT INTO public.users ( ) 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 + 0, 0, '', true); \ No newline at end of file