You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 23:16:19 +00:00
6 lines
247 B
SQL
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'); |