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