Skip to content

Commit 6be7c17

Browse files
authored
chore: add november flair (#151)
1 parent 7afad4b commit 6be7c17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

drizzle/0040_item_seeds.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ INSERT IGNORE INTO `items` (`id`, `name`, `url`, `category`, `available_from`, `
7272
(70, 'Venus flytrap', 'venus-flytrap.webp', 'flair', NULL, NULL, 'It\'s a twap!', 200, '04uni', '2025-09-30 00:00:00', NULL),
7373
(71, 'Spider Lily', 'spider-lily.webp', 'flair', '2025-10-25 00:00:00', '2025-11-07 00:00:00', 'Also known as the red spider lily, this flower is said to guide the dead to their next reincarnation.', 125, 'Hourai', '2025-10-29 00:00:00', 13),
7474
(72, 'Black Bat Flower', 'black-bat-flower.webp', 'flair', '2025-10-25 00:00:00', '2025-11-07 00:00:00', 'Na na na na na na na na na na na na na BATMAN!', 150, 'Luci', '2025-10-29 00:00:00', 13),
75-
(73, "Topaz", 'topaz.webp', 'flair', '2025-11-01 00:00:00', '2025-11-30 00:00:00', 'November\'s entry for the rock garden.', 100, 'Luci', '2025-11-01 00:00:00', 29);
75+
(73, "Topaz", 'topaz.webp', 'flair', '2025-11-01 00:00:00', '2025-11-30 00:00:00', 'November\'s entry for the rock garden.', 100, 'Luci', '2025-11-01 00:00:00', 29),
76+
(74, "Turquoise", 'turquoise.webp', 'flair', '2025-12-01 00:00:00', '2025-12-31 00:00:00', 'December\'s entry for the rock garden.', 100, 'Luci', '2025-12-01 00:00:00', 30);

public/items/turquoise.webp

202 Bytes
Loading

0 commit comments

Comments
 (0)