remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-14 08:00:03 +00:00
parent fdc9759931
commit 30ca739619
1 changed files with 2 additions and 1 deletions

View File

@ -323,6 +323,7 @@ INSERT INTO public.hat_defs VALUES (807, 'The Capy', 'You''re the chosen one! No
INSERT INTO public.hat_defs VALUES (92, 'Top Hat (black)', 'Traditional. Classy. Elegant.', 2, 500, NULL, 1662167687);
@ -1075,7 +1076,7 @@ INSERT INTO public.hat_defs VALUES (504, 'Iron Crown of Lombardy', 'This isn''t
-- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.hat_defs_id_seq', 967, true);
SELECT pg_catalog.setval('public.hat_defs_id_seq', 968, true);
--