From 6f8f52a01c4bb7a5c5ae3db0d95069d74e22e707 Mon Sep 17 00:00:00 2001 From: stan Date: Thu, 12 Jun 2003 14:50:15 +0000 Subject: [PATCH] Added files for v0.9.13 git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@572 e3e1d417-86f3-4887-817a-d78f3d33393f --- db/Makefile.am | 2 +- db/Makefile.in | 2 +- db/zmalter-0.9.12.sql | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 db/zmalter-0.9.12.sql diff --git a/db/Makefile.am b/db/Makefile.am index a59fc2f44..d36192989 100644 --- a/db/Makefile.am +++ b/db/Makefile.am @@ -1,3 +1,3 @@ AUTOMAKE_OPTIONS = gnu -EXTRA_DIST = zmschema.sql.z zmalter-0.0.1.sql zmalter-0.9.7.sql zmalter-0.9.8.sql zmalter-0.9.9.sql zmalter-0.9.10.sql zmalter-0.9.11.sql +EXTRA_DIST = zmschema.sql.z zmalter-0.0.1.sql zmalter-0.9.7.sql zmalter-0.9.8.sql zmalter-0.9.9.sql zmalter-0.9.10.sql zmalter-0.9.11.sql zmalter-0.9.12.sql diff --git a/db/Makefile.in b/db/Makefile.in index f9d758757..04ccff2ab 100644 --- a/db/Makefile.in +++ b/db/Makefile.in @@ -117,7 +117,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = gnu -EXTRA_DIST = zmschema.sql.z zmalter-0.0.1.sql zmalter-0.9.7.sql zmalter-0.9.8.sql zmalter-0.9.9.sql zmalter-0.9.10.sql zmalter-0.9.11.sql +EXTRA_DIST = zmschema.sql.z zmalter-0.0.1.sql zmalter-0.9.7.sql zmalter-0.9.8.sql zmalter-0.9.9.sql zmalter-0.9.10.sql zmalter-0.9.11.sql zmalter-0.9.12.sql subdir = db mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h diff --git a/db/zmalter-0.9.12.sql b/db/zmalter-0.9.12.sql new file mode 100644 index 000000000..4864d6d70 --- /dev/null +++ b/db/zmalter-0.9.12.sql @@ -0,0 +1,12 @@ +-- +-- This updates a 0.9.12 database to 0.9.13 +-- +-- Nothing to change +-- +-- These are optional, it just seemed a good time... +optimize table Frames; +optimize table Events; +optimize table Filters; +optimize table Zones; +optimize table Monitors; +optimize table Stats;