From f8233bcb635062f002e75aedcc50181a8573fc58 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 26 Apr 2022 18:17:56 +0100 Subject: SQLx cannot run this migration OK (#353) And also correct a typo --- atuin-server/migrations/20220426080938_history-index.sql | 1 - 1 file changed, 1 deletion(-) delete mode 100644 atuin-server/migrations/20220426080938_history-index.sql (limited to 'atuin-server/migrations') 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); -- cgit v1.3.1