mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
4 lines
278 B
SQL
4 lines
278 B
SQL
create index idx_score_habit_timestamp on score(habit, timestamp);
|
|
create index idx_checkmark_habit_timestamp on checkmarks(habit, timestamp);
|
|
create index idx_repetitions_habit_timestamp on repetitions(habit, timestamp);
|
|
create index idx_streak_habit_end on streak(habit, end); |