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:
parent
91fbdb8329
commit
338a2d9fa3
|
@ -31,4 +31,5 @@ EXTRA_DIST = \
|
|||
zm_update-1.21.4.sql \
|
||||
zm_update-1.22.0.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
|
||||
|
|
|
@ -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;
|
Loading…
Reference in New Issue