Skip to content

Commit

Permalink
Fixed double column bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoggins committed Jul 5, 2022
1 parent 3e703d2 commit f1503ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions schema/generate/104-schema_update_106.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ SELECT
b.current_verion,
b.latest_version,
b.current_release_date,
b.current_release_date,
libyear,
max(b.data_collection_date)
FROM
Expand All @@ -49,7 +48,6 @@ GROUP BY
b.current_verion,
b.latest_version,
b.current_release_date,
b.current_release_date,
libyear
ORDER BY
a.repo_id,
Expand Down

0 comments on commit f1503ee

Please sign in to comment.