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:
parent
08ea73fcec
commit
da8d105f5e
|
@ -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
|
||||
|
|
|
@ -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;
|
Loading…
Reference in New Issue