Updated for version 0.9.11

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@490 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-04-15 12:00:22 +00:00
parent 894d19fb23
commit 7efec2d9ff
1 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ CREATE TABLE Monitors (
Path varchar(255) default NULL,
Width smallint(5) unsigned NOT NULL default '0',
Height smallint(5) unsigned NOT NULL default '0',
Colours tinyint(3) unsigned NOT NULL default '0',
Palette tinyint(3) unsigned NOT NULL default '1',
LabelFormat varchar(32) NOT NULL default '%%s - %y/%m/%d %H:%M:%S',
LabelX smallint(5) unsigned default NULL,
LabelY smallint(5) unsigned default NULL,
@ -142,7 +142,7 @@ CREATE TABLE Zones (
Id int(10) unsigned NOT NULL auto_increment,
MonitorId int(10) unsigned NOT NULL default '0',
Name tinytext NOT NULL,
Type enum('Active','Inclusive','Exclusive','Inactive') default 'Active',
Type enum('Active','Inclusive','Exclusive','Preclusive','Inactive') NOT NULL default 'Active',
Units enum('Pixels','Percent') NOT NULL default 'Pixels',
LoX smallint(5) unsigned NOT NULL default '0',
LoY smallint(5) unsigned NOT NULL default '0',