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
8b17307c7d
Make sure you use the SQL in the SQL Update directory
7 lines
352 B
SQL
7 lines
352 B
SQL
ALTER TABLE `permissions` ADD `cmd_update_all` ENUM('0','1') NOT NULL DEFAULT '0' AFTER `cmd_update_achievements`;
|
|
|
|
INSERT INTO `emulator_texts` (`key`, `value`) VALUES
|
|
('commands.keys.cmd_update_all', 'update_all'),
|
|
('commands.description.cmd_update_all', ':update_all'),
|
|
('commands.succes.cmd_update_all', 'Successfully updated everything!');
|