From: Jan Schneider Date: Thu, 22 Oct 2009 22:25:03 +0000 (+0200) Subject: Make this a new script. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cf3c705a70c95975766483cb17c53cdde2d0ad0b;p=horde.git Make this a new script. --- diff --git a/kronolith/scripts/upgrades/2009-10-22_resource_indexes.sql b/kronolith/scripts/upgrades/2009-10-22_resource_indexes.sql new file mode 100644 index 000000000..36d08f62b --- /dev/null +++ b/kronolith/scripts/upgrades/2009-10-22_resource_indexes.sql @@ -0,0 +1,3 @@ +ALTER TABLE kronolith_resources DROP resource_category; +CREATE INDEX kronolith_resources_type ON kronolith_resources (resource_type); +CREATE INDEX kronolith_resources_calendar ON kronolith_resources (resource_calendar);