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:
stan 2006-01-02 23:58:12 +00:00
parent 6fcab8be3b
commit 18e007c9e7
1 changed files with 1 additions and 1 deletions

View File

@ -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',