From 32e6c2384667c106fa0c7a7c1da74f72dfca03c9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 18 Oct 2021 18:01:30 +0200 Subject: [PATCH] gf --- seed-db.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed-db.sql b/seed-db.sql index 8cb78c2e3..e821751ca 100755 --- a/seed-db.sql +++ b/seed-db.sql @@ -57,4 +57,4 @@ INSERT INTO public.users ( 0, 0, '', true, 0); -SELECT pg_catalog.setval('public.users_id_seq', 6, true); \ No newline at end of file +SELECT pg_catalog.setval('public.users_id_seq', 7, true); \ No newline at end of file