2015-08-20 22:17:08 +08:00
|
|
|
--
|
|
|
|
-- This updates a 1.28.104 database to 1.28.105
|
|
|
|
--
|
|
|
|
|
|
|
|
--
|
2015-08-20 23:37:59 +08:00
|
|
|
-- Add Privacy type to Zone Types
|
2015-08-20 22:17:08 +08:00
|
|
|
--
|
|
|
|
|
2015-08-20 23:37:59 +08:00
|
|
|
alter table Zones modify Type enum('Active','Inclusive','Exclusive','Preclusive','Inactive','Privacy') NOT NULL DEFAULT 'Active';
|
|
|
|
alter table ZonePresets modify Type enum('Active','Inclusive','Exclusive','Preclusive','Inactive','Privacy') NOT NULL DEFAULT 'Active';
|