mirror of
https://github.com/grocy/grocy.git
synced 2025-08-24 05:56:55 +00:00
Fixed column selection of ix_chores_log_performance1 index
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
CREATE INDEX ix_chores_log_performance1 ON chores_log (
|
CREATE INDEX ix_chores_log_performance1 ON chores_log (
|
||||||
id,
|
chore_id,
|
||||||
undone,
|
undone,
|
||||||
tracked_time
|
tracked_time
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user