From 7971034cb420b39b9265f256bfa8d0337ce6a84c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 3 Sep 2022 22:56:56 +0200 Subject: [PATCH] decrease hat price from 1000 to 500; --- seed-db.sql | 8 ++++---- sql/20220903-hats.sql | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/seed-db.sql b/seed-db.sql index 3e4d3b8dd..00edd6203 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -1484,10 +1484,10 @@ insert into hat_defs (name, description, author_id, price) values ('Top Hat (leprechaun)', 'LLM but Irish', 2, 500), ('Drinky Beer Hat', 'I actually didn''t know these were real things until I made this', 2, 500), ('Viking', 'Rape, pillage, never bathe. Live the dream.', 2, 500), -('Nonspecific Military Officer Hat', '[removed]', 2, 1000), -('Soviet Officer I', 'OUR hat', 2, 1000), -('Nonspecific Military Officer Hat II', '[removed]', 2, 1000), -('Soviet Officer II', 'High fashion war criminal chic', 2, 1000), +('Nonspecific Military Officer Hat', '[removed]', 2, 500), +('Soviet Officer I', 'OUR hat', 2, 500), +('Nonspecific Military Officer Hat II', '[removed]', 2, 500), +('Soviet Officer II', 'High fashion war criminal chic', 2, 500), ('Southern Gentleman', 'Slaveowner? Fried chicken chain founder? You decide!', 2, 500), ('Cowboy I', 'Make him wish he could quit you', 2, 500), ('Cowboy II', 'You''re my favorite deputy!', 2, 500), diff --git a/sql/20220903-hats.sql b/sql/20220903-hats.sql index 0f32739e4..84cea7a16 100644 --- a/sql/20220903-hats.sql +++ b/sql/20220903-hats.sql @@ -62,10 +62,10 @@ insert into hat_defs (name, description, author_id, price) values ('Top Hat (leprechaun)', 'LLM but Irish', 2, 500), ('Drinky Beer Hat', 'I actually didn''t know these were real things until I made this', 2, 500), ('Viking', 'Rape, pillage, never bathe. Live the dream.', 2, 500), -('Nonspecific Military Officer Hat', '[removed]', 2, 1000), -('Soviet Officer I', 'OUR hat', 2, 1000), -('Nonspecific Military Officer Hat II', '[removed]', 2, 1000), -('Soviet Officer II', 'High fashion war criminal chic', 2, 1000), +('Nonspecific Military Officer Hat', '[removed]', 2, 500), +('Soviet Officer I', 'OUR hat', 2, 500), +('Nonspecific Military Officer Hat II', '[removed]', 2, 500), +('Soviet Officer II', 'High fashion war criminal chic', 2, 500), ('Southern Gentleman', 'Slaveowner? Fried chicken chain founder? You decide!', 2, 500), ('Cowboy I', 'Make him wish he could quit you', 2, 500), ('Cowboy II', 'You''re my favorite deputy!', 2, 500),