Skip to content

Commit 33db173

Browse files
committed
feat(dao): Add index on packages_authors.package_id
The index is required to speed up the package deduplication introduced in a later commit. Signed-off-by: Martin Nonnenmacher <[email protected]>
1 parent def7400 commit 33db173

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATE INDEX packages_authors_package_id ON packages_authors(package_id);

0 commit comments

Comments
 (0)