Testing out some new indices

This commit is contained in:
Michael Snoyman 2020-07-07 18:40:23 +03:00
parent 6385fa6de4
commit a24d962151
No known key found for this signature in database
GPG Key ID: 907EAE2F42B52046

2
indices Normal file
View File

@ -0,0 +1,2 @@
create index nightly_snap on nightly(snap);
create index snapshot_package_snapshot on snapshot_package(snapshot);