This commit is contained in:
Aevann1 2021-12-11 04:27:46 +02:00
parent c35f72f31e
commit 79d18747c1
8 changed files with 95 additions and 15 deletions

View file

@ -29,6 +29,10 @@ INSERT INTO public.users (
0, 'AutoPoller', '', 'hot', 'top', 'day', '62ca56', 'e4432d', '', '',
'', 'dark', '30409f', false, false, '', '', 0, false, 0,
0, 0, '', true, 0);
(7, 'AutoBetter', '', 0, 0, true, true, '', '', 0, false,
0, 'AutoBetter', '', 'hot', 'top', 'day', '62ca56', 'e4432d', '', '',
'', 'dark', '30409f', false, false, '', '', 0, false, 0,
0, 0, '', true, 0);
SELECT pg_catalog.setval('public.users_id_seq', 6, true);