14 lines
260 B
MySQL
14 lines
260 B
MySQL
|
--
|
||
|
-- This updates a 1.24.3 database to the next version
|
||
|
--
|
||
|
|
||
|
--
|
||
|
-- 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;
|