summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-12-27 16:02:13 +0100
committermsquare <msquare@notrademark.de>2016-12-27 16:02:13 +0100
commitb05b235cf821ec2d9fc84779d09db71dc1bf7797 (patch)
tree795dc5c5511f1d412575036188340c50c0af2edc /db
parent9975e42d3ceabfba7c43b1e59929b017749d8300 (diff)
fix slow query
Diffstat (limited to 'db')
-rw-r--r--db/update.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/update.sql b/db/update.sql
index 6bfe0c4a..dd203a86 100644
--- a/db/update.sql
+++ b/db/update.sql
@@ -23,3 +23,4 @@ INSERT INTO `Privileges` (`id`, `name`, `desc`) VALUES (NULL, 'shiftentry_edit_a
-- DB Performance
ALTER TABLE `Shifts` ADD INDEX(`start`);
+ALTER TABLE `NeededAngelTypes` ADD INDEX(`count`); \ No newline at end of file