pull/226/head
SneedBot 2024-04-04 00:00:16 +00:00
parent cf4c7167a0
commit 3e75f996b9
2 changed files with 2 additions and 2 deletions

View File

@ -878,7 +878,7 @@ ALTER SEQUENCE public.oauth_apps_id_seq OWNED BY public.oauth_apps.id;
CREATE TABLE public.orgies ( CREATE TABLE public.orgies (
type character varying(8) NOT NULL, type character varying(8) NOT NULL,
data character varying(1000) NOT NULL, data character varying(1100) NOT NULL,
title character varying(1000) NOT NULL, title character varying(1000) NOT NULL,
created_utc integer NOT NULL, created_utc integer NOT NULL,
end_utc integer, end_utc integer,

View File

@ -1252,7 +1252,7 @@ INSERT INTO public.hat_defs VALUES (1519, 'Explosion', 'WTF BOOOOOOOOOOM', 2, 10
INSERT INTO public.hat_defs VALUES (1531, 'Fire Ring', 'The ring of fire.... The ring of fire...', 2, 1000, NULL, 1711680597); INSERT INTO public.hat_defs VALUES (1531, 'Fire Ring', 'The ring of fire.... The ring of fire...', 2, 1000, NULL, 1711680597);
INSERT INTO public.hat_defs VALUES (1520, 'Smokey', 'Puffff', 2, 1000, NULL, 1711676713); INSERT INTO public.hat_defs VALUES (1520, 'Smokey', 'Puffff', 2, 1000, NULL, 1711676713);
INSERT INTO public.hat_defs VALUES (1530, 'Purple Aura', 'This person has a purple aura... Whatever that means.', 2, 1000, NULL, 1711680255); INSERT INTO public.hat_defs VALUES (1530, 'Purple Aura', 'This person has a purple aura... Whatever that means.', 2, 1000, NULL, 1711680255);
INSERT INTO public.hat_defs VALUES (1532, 'Polaroid photo', 'Ahhh I remember when I was young. How the time flies...', 2, 500, NULL, 1712164155);
-- --