diff options
Diffstat (limited to 'atuin-server')
| -rw-r--r-- | atuin-server/migrations/20220426080938_history-index.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-server/migrations/20220426080938_history-index.sql b/atuin-server/migrations/20220426080938_history-index.sql new file mode 100644 index 00000000..2d2a5633 --- /dev/null +++ b/atuin-server/migrations/20220426080938_history-index.sql @@ -0,0 +1 @@ +create index concurrently if not exists "history_idx" on history using btree (user_id, timestamp); |
