Add a migration for index creation on stanpshot creation date

This commit is contained in:
Alexey Kuleshevich 2020-11-15 03:17:58 +03:00
parent af20bc6291
commit 0fb4ef7942
No known key found for this signature in database
GPG Key ID: E59B216127119E3E

View File

@ -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);