Added drop of Alarms table;

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

View File

@ -44,3 +44,4 @@ 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;
drop table Alarms;