Fixed Coords field name.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1759 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
6fcab8be3b
commit
18e007c9e7
|
@ -408,7 +408,7 @@ CREATE TABLE Zones (
|
|||
Type enum('Active','Inclusive','Exclusive','Preclusive','Inactive') NOT NULL default 'Active',
|
||||
Units enum('Pixels','Percent') NOT NULL default 'Pixels',
|
||||
NumCoords tinyint(3) unsigned NOT NULL default '0',
|
||||
Coordinates tinytext NOT NULL,
|
||||
Coords tinytext NOT NULL,
|
||||
Area int(10) unsigned NOT NULL default '0',
|
||||
LoX smallint(5) unsigned NOT NULL default '0',
|
||||
LoY smallint(5) unsigned NOT NULL default '0',
|
||||
|
|
Loading…
Reference in New Issue