Added DB update from 1.21.1

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1473 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-06-22 09:55:40 +00:00
parent 08ea73fcec
commit da8d105f5e
2 changed files with 15 additions and 1 deletions

View File

@ -24,4 +24,5 @@ EXTRA_DIST = \
zmalter-1.19.5.sql \
zmalter-1.20.0.sql \
zmalter-1.20.1.sql \
zmalter-1.21.0.sql
zmalter-1.21.0.sql \
zmalter-1.21.1.sql

13
db/zmalter-1.21.1.sql Normal file
View File

@ -0,0 +1,13 @@
--
-- This updates a 1.21.1 database to 1.21.2
--
-- No changes required
--
-- 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;