From 6987f8b8083aeb692adcc08050c2272ad95342d0 Mon Sep 17 00:00:00 2001 From: stan Date: Mon, 13 Jan 2003 11:43:21 +0000 Subject: [PATCH] Added comment at top. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@299 e3e1d417-86f3-4887-817a-d78f3d33393f --- db/zmalter-0.0.1.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db/zmalter-0.0.1.sql b/db/zmalter-0.0.1.sql index 3df803c4e..dfed62ee5 100644 --- a/db/zmalter-0.0.1.sql +++ b/db/zmalter-0.0.1.sql @@ -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;