Added comment.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@165 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2002-12-10 13:36:29 +00:00
parent 1922cd854e
commit 1be4991169
1 changed files with 1 additions and 0 deletions

View File

@ -44,4 +44,5 @@ MinY smallint(5) unsigned NOT NULL default '0',
MaxY smallint(5) unsigned NOT NULL default '0',
Score smallint(5) unsigned NOT NULL default '0'
) TYPE=MyISAM;
-- Not a problem if this fails
drop table Alarms;