diff --git a/schema.sql b/schema.sql index f14fba865..eb58fb007 100644 --- a/schema.sql +++ b/schema.sql @@ -123,7 +123,8 @@ CREATE TABLE public.submissions ( new boolean, hole_pinned character varying(30), notify boolean NOT NULL, - chuddedfor character varying(50) + chuddedfor character varying(50), + posterurl character varying(200) ); @@ -612,7 +613,7 @@ CREATE TABLE public.modactions ( target_submission_id integer, target_comment_id integer, created_utc integer NOT NULL, - kind character varying(32) DEFAULT NULL::character varying, + kind character varying(33) DEFAULT NULL::character varying, _note character varying(500) DEFAULT NULL::character varying ); diff --git a/seed-db.sql b/seed-db.sql index 26ddb9b68..93b7178e9 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -2152,7 +2152,7 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES ('marseygunshotsuicide',2,'gun shoot suicide sad depressed animated dead death kms gunshot die suicidal pensive',NULL), ('marseygunsuicide',2,'shotgun kill death die gunshot windy kms animated',NULL), ('marseyhacker',2,'nerd matrix reaction computer animated',NULL), -('marseyhacker2',2,'dox anonymous computer',NULL), +('marseyhacker2',2,'dox anonymous computer codecel programmer',NULL), ('marseyhairypenis',2,'hairy penis benis cock creep',1676010557), ('marseyhalflife',2,'gordon freeman crowbar burglar halflife pcgaming valve wink vandalize carjack',1678183254), ('marseyhammerpinkies',2,'hit hurt idiot dumb retard blood',1677686390), @@ -2714,7 +2714,7 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES ('marseypipebomb',2,'explosion explosive terrorist boom',NULL), ('marseypirate',2,'argh eyepatch bandana uraniumdonger',NULL), ('marseypirate2',2,'party parrot eyepatch partyparrot',NULL), -('marseypixel',2,'reaction lorez lowres',NULL), +('marseypixel',2,'reaction lorez lowres tail wag excited',NULL), ('marseypizzarentfree',2,'pizzashill seethe cope',1674253880), ('marseypizzashill',2,'sex haver chad grass toucher',NULL), ('marseypizzashillblacked',2,'bbc cuck leftoid faggot incel',1667360705), @@ -2807,10 +2807,10 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES ('marseyqueenlizard',2,'england bong english british reptilian elizabeth',NULL), ('marseyquestion',2,'suspicious sussy reaction sarcastic sarcasm',NULL), ('marseyrabbit',2,'bunny',NULL), -('marseyrabbitnewyear',2,'chinese cny chink chong lunar holiday coin money fortune huat bunny 2023 festive orient hat',1673483499), -('marseyrabbitnewyear2',2,'chinese cny chink chong lunar holiday red packet envelope money fortune huat bunny 2023 festive orient dress flowers',1673483532), -('marseyrabbitnewyear3',2,'chinese cny chink chong lunar holiday coin money fortune huat bunny 2023 festive orient hat',1673590382), -('marseyrabbitnewyear4',2,'chinese cny chink chong lunar holiday red packet envelope money fortune huat bunny 2023 festive orient dress flowers',1673590420), +('marseyrabbitnewyear',2,'chinese cny chink chong lunar holiday coin money fortune huat bunny 2023 festive orient hat asian',1673483499), +('marseyrabbitnewyear2',2,'chinese cny chink chong lunar holiday red packet envelope money fortune huat bunny 2023 festive orient dress flowers asian',1673483532), +('marseyrabbitnewyear3',2,'chinese cny chink chong lunar holiday coin money fortune huat bunny 2023 festive orient hat asian',1673590382), +('marseyrabbitnewyear4',2,'chinese cny chink chong lunar holiday red packet envelope money fortune huat bunny 2023 festive orient dress flowers asian',1673590420), ('marseyraccoon',2,'trashpanda trash panda',NULL), ('marseyracist',2,'racing vroom racecar bigot reaction',NULL), ('marseyracistgrandpa',2,'thanksgiving fuck nigger holiday',NULL), @@ -3116,7 +3116,7 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES ('marseysprite',2,'sprite vidya game retro pixel',1666225359), ('marseyspy',2,'spy agent shill glowie russia china',NULL), ('marseyspyglow',2,'spy agent shill glowie russia china',NULL), -('marseysquint',2,'4084 hmmm squint unsure doubt',NULL), +('marseysquint',2,'4084 hmmm squint unsure doubt suspicious',NULL), ('marseysquished',2,'squishing compressed compression finger press squashed',NULL), ('marseysrdine',2,'fisherman reaction fish canned fishing',NULL), ('marseysrdine2',2,'can animated reaction fish knife chop sardine',NULL),