aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server/migrations/20220426080938_history-index.sql
blob: 2d2a563368e7b7734ceecaeafbbb90d1ecc9e254 (plain) (blame)
1
create index concurrently if not exists "history_idx" on history using btree (user_id, timestamp);