Files
Arcturus-Morningstar-Extended/Database Updates/005_HC_Allow_Gifts.sql
T
2026-05-21 14:01:57 +02:00

6 lines
247 B
SQL

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');