Stop using package_versions_by_guix_revision_range
It's been replaced by the package_derivations_by_guix_revision_range table.
This commit is contained in:
parent
102f7a0536
commit
ca0d3ee754
7 changed files with 23 additions and 77 deletions
|
|
@ -66,8 +66,7 @@ WHERE branch_name = $1 AND git_repository_id = $2"
|
|||
table)
|
||||
(list branch-name
|
||||
(number->string git-repository-id))))
|
||||
'("package_versions_by_guix_revision_range"
|
||||
"package_derivations_by_guix_revision_range"))
|
||||
'("package_derivations_by_guix_revision_range"))
|
||||
|
||||
(for-each
|
||||
(lambda (table)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue