diff --git a/db/zmalter-0.9.16.sql b/db/zmalter-0.9.16.sql new file mode 100644 index 000000000..f6bb803a9 --- /dev/null +++ b/db/zmalter-0.9.16.sql @@ -0,0 +1,15 @@ +-- +-- This updates a 0.9.16 database to 0.9.17 +-- +-- Make changes to Users table +-- +alter table Users add column Language varchar(8) not null default "" after Password; +-- +-- These are optional, but we might as well +-- +optimize table Frames; +optimize table Events; +optimize table Filters; +optimize table Zones; +optimize table Monitors; +optimize table Stats;