all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 1be3470c1f476be7f4dff8ea4c9ac0b86740f5f7 146 bytes (raw)
name: src/sql/upgrade-7.sql 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
7
 
BEGIN TRANSACTION;

CREATE INDEX Builds_status_index ON Builds (status);

CREATE INDEX Outputs_derivation_index ON Outputs (derivation);

COMMIT;

debug log:

solving 1be3470 ...
found 1be3470 in https://yhetil.org/guix/20200609205342.613-1-mail@cbaines.net/

applying [1/1] https://yhetil.org/guix/20200609205342.613-1-mail@cbaines.net/
diff --git a/src/sql/upgrade-7.sql b/src/sql/upgrade-7.sql
new file mode 100644
index 0000000..1be3470

Checking patch src/sql/upgrade-7.sql...
Applied patch src/sql/upgrade-7.sql cleanly.

index at:
100644 1be3470c1f476be7f4dff8ea4c9ac0b86740f5f7	src/sql/upgrade-7.sql

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.