atuin/atuin-server/migrations/20220426080938_history-index.sql

2 lines
99 B
MySQL
Raw Normal View History

create index concurrently if not exists "history_idx" on history using btree (user_id, timestamp);