From 0fb4ef79427da6be49b1be4f39b7128e9b6784c8 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Sun, 15 Nov 2020 03:17:58 +0300 Subject: [PATCH] Add a migration for index creation on stanpshot creation date --- indices | 1 + 1 file changed, 1 insertion(+) diff --git a/indices b/indices index d8a105b..b301bcb 100644 --- a/indices +++ b/indices @@ -1,2 +1,3 @@ create index nightly_snap on nightly(snap); create index snapshot_package_snapshot on snapshot_package(snapshot); +create index snapshot_created on snapshot (created desc);