Skip to content

Commit

Permalink
sql: Assign the compiledRelease.id to release_id, #43
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Aug 11, 2021
1 parent d4b6667 commit 75e39d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/middle/release_tmp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SELECT
r.id AS table_id,
collection_id,
ocid,
NULL AS release_id,
d.data -> 'compiledRelease' ->> 'id' AS release_id,
data_id,
package_data_id,
coalesce(pd.data ->> 'version', '1.0') AS package_version,
Expand Down

0 comments on commit 75e39d9

Please sign in to comment.