Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make the index a composite index of repo and id
✗ CI failure Johannes Kühlewindt committed 6 months ago
commit cb58a44dadb77a55fb20588b3f0993af97bb1e26
parent 8c61b90d6b67e3e97d85ce94c1f9ff2682bd8e7c
1 failed (1 total) View logs
1 file changed +2 -2
modified crates/radicle/src/cob/cache/migrations/3.sql
@@ -1,2 +1,2 @@
-
create index if not exists 'ix_issues_repo' on 'issues' (repo);
-
create index if not exists 'ix_patches_repo' on 'patches' (repo);
+
create index if not exists 'ix_issues_repo_id' on 'issues' (repo, id);
+
create index if not exists 'ix_patches_repo_id' on 'patches' (repo, id);