Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Removes comments and follows naming convention for index
✗ CI failure Johannes Kühlewindt committed 6 months ago
commit 29b15c2062722b28d9c528d2dbc97cd11a6c3592
parent 0a49ff70ed67790c0d464966abba7cf20467f9c7
2 failed (2 total) View logs
1 file changed +2 -5
modified crates/radicle/src/cob/cache/migrations/3.sql
@@ -1,5 +1,2 @@
-
-- Issues Index over repo
-
create index if not exists 'issues_repos' on 'issues' (repo);
-

-
-- Patches Index over repo
-
create index if not exists 'patches_repos' on 'patches' (repo);
+
create index if not exists 'ix_issues_repo' on 'issues' (repo);
+
create index if not exists 'ix_patches_repo' on 'patches' (repo);