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

View File

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