🆕 Redesign of HC Club buy, now also give as gift

This commit is contained in:
duckietm
2026-05-21 14:01:57 +02:00
parent d99a51899b
commit 1f7ec96e1c
3 changed files with 184 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
ALTER TABLE catalog_club_offers
ADD COLUMN IF NOT EXISTS giftable ENUM('0','1') NOT NULL DEFAULT '0';
INSERT INTO emulator_texts (`key`, `value`)
VALUES ('prereg.reward.you.received', 'You have recived:'),
('generic.days', 'days');