Skip to content

Commit

Permalink
sql: Assign the embedded release's 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 bad6a21 commit fb97c1a
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 @@ -55,7 +55,7 @@ SELECT
r.id AS table_id,
collection_id,
ocid,
NULL AS release_id,
d.data ->> 'id' AS release_id,
data_id,
--Kingfisher Process’ compiled_release table has no package_data_id column, so setting package_data_id to null.
NULL AS package_data_id,
Expand Down

0 comments on commit fb97c1a

Please sign in to comment.