Add missing comma in query

This commit is contained in:
Christopher Baines 2022-05-24 13:56:48 +01:00
parent b73cfa5d49
commit e0f5ad3f51
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ PARTITION OF package_derivations_by_guix_revision_range FOR VALUES IN ("
"
INSERT INTO package_derivations_by_guix_revision_range
SELECT DISTINCT
git_branches.id
git_branches.id,
packages.name AS package_name,
packages.version AS package_version,
revision_packages.derivation_id AS derivation_id,