Files
zoneminder/db/zm_update-1.24.0.sql
stan a2b387582d Added to SVN.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2790 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-24 15:56:25 +00:00

18 lines
280 B
SQL

--
-- This updates a 1.24.0 database to 1.24.1
--
--
-- No database changes
--
--
-- 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;