mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
6 lines
239 B
SQL
6 lines
239 B
SQL
#DATABASE UPDATE: 1.0.6 -> 1.0.7
|
|
|
|
ALTER TABLE `permissions` ADD `acc_update_notifications` ENUM( '0', '1' ) NOT NULL DEFAULT '0';
|
|
DELETE FROM emulator_settings WHERE `key` LIKE 'emulator.version';
|
|
|
|
#END DATABASE UPDATE: 1.0.5 -> 1.0.6 |