mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Add a migration for index creation on stanpshot creation date
This commit is contained in:
parent
af20bc6291
commit
0fb4ef7942
1
indices
1
indices
@ -1,2 +1,3 @@
|
|||||||
create index nightly_snap on nightly(snap);
|
create index nightly_snap on nightly(snap);
|
||||||
create index snapshot_package_snapshot on snapshot_package(snapshot);
|
create index snapshot_package_snapshot on snapshot_package(snapshot);
|
||||||
|
create index snapshot_created on snapshot (created desc);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user