diff --git a/db/Makefile.am b/db/Makefile.am index d8bd0cffb..4a4de604b 100644 --- a/db/Makefile.am +++ b/db/Makefile.am @@ -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 diff --git a/db/zmalter-1.21.1.sql b/db/zmalter-1.21.1.sql new file mode 100644 index 000000000..aedfe7d29 --- /dev/null +++ b/db/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;