Added update script for 1.22.3

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2099 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2007-04-03 09:59:59 +00:00
parent 91fbdb8329
commit 338a2d9fa3
2 changed files with 20 additions and 1 deletions

View File

@ -31,4 +31,5 @@ EXTRA_DIST = \
zm_update-1.21.4.sql \ zm_update-1.21.4.sql \
zm_update-1.22.0.sql \ zm_update-1.22.0.sql \
zm_update-1.22.1.sql \ zm_update-1.22.1.sql \
zm_update-1.22.2.sql zm_update-1.22.2.sql \
zm_update-1.22.3.sql

18
db/zm_update-1.22.3.sql Normal file
View File

@ -0,0 +1,18 @@
--
-- This updates a 1.22.3 database to 1.22.4
--
--
-- Increase the size of the run state definition column
--
alter table States modify column Definition text;
--
-- These are optional, but we might as well do it now
--
optimize table Frames;
optimize table Events;
optimize table Filters;
optimize table Zones;
optimize table Monitors;
optimize table Stats;