diff options
author | msquare <msquare@notrademark.de> | 2016-12-27 16:02:13 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2016-12-27 16:02:13 +0100 |
commit | b05b235cf821ec2d9fc84779d09db71dc1bf7797 (patch) | |
tree | 795dc5c5511f1d412575036188340c50c0af2edc /db/update.sql | |
parent | 9975e42d3ceabfba7c43b1e59929b017749d8300 (diff) |
fix slow query
Diffstat (limited to 'db/update.sql')
-rw-r--r-- | db/update.sql | 1 |
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 |