Added comment at top.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@299 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-01-13 11:43:21 +00:00
parent c2d2a642d7
commit 6987f8b808
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
--
-- This updates a 0.0.1 database to 0.9.8
--
alter table Monitors modify Device tinyint unsigned NOT NULL default '0';
alter table Monitors modify Format tinyint unsigned NOT NULL;
alter table Monitors drop column WarmUpCount;