Fixed column selection of ix_chores_log_performance1 index

This commit is contained in:
Bernd Bestel 2022-02-11 17:46:17 +01:00
parent cfaf2838d4
commit 88452a187c
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -1,5 +1,5 @@
CREATE INDEX ix_chores_log_performance1 ON chores_log (
id,
chore_id,
undone,
tracked_time
);