Bug 464 - Fixed bogus PxF filter, and added to CVS.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2315 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
5ea3f88b18
commit
bbacc97d8d
|
@ -0,0 +1,18 @@
|
|||
--
|
||||
-- This updates a 1.23.1 database to 1.23.2
|
||||
--
|
||||
|
||||
--
|
||||
-- Rename typo version of PurgeWhenFull
|
||||
--
|
||||
update Filters set Name = "PurgeWhenFull" where Name = "xPurgeWhenFull";
|
||||
|
||||
--
|
||||
-- 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