From a24d96215150bf03ed66d56ada0fc1abf003e154 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 7 Jul 2020 18:40:23 +0300 Subject: [PATCH] Testing out some new indices --- indices | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 indices diff --git a/indices b/indices new file mode 100644 index 0000000..d8a105b --- /dev/null +++ b/indices @@ -0,0 +1,2 @@ +create index nightly_snap on nightly(snap); +create index snapshot_package_snapshot on snapshot_package(snapshot);