Add enhanced schedule management for background tasks (#267)
This commit is contained in:
6
gaseous-server/Support/Database/MySQL/gaseous-1016.sql
Normal file
6
gaseous-server/Support/Database/MySQL/gaseous-1016.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE `Settings`
|
||||
ADD COLUMN `ValueType` INT NULL DEFAULT 0 AFTER `Setting`,
|
||||
ADD COLUMN `ValueDate` DATETIME NULL DEFAULT NULL AFTER `Value`;
|
||||
|
||||
ALTER TABLE `GameState`
|
||||
ADD COLUMN `Zipped` BOOLEAN NOT NULL DEFAULT 0;
|
Reference in New Issue
Block a user