Skip to content

Commit

Permalink
Update to 1.7.1
Browse files Browse the repository at this point in the history
RISDEV-0000
  • Loading branch information
VictorDelCampo committed Nov 25, 2024
1 parent b8fe0c4 commit e24a5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/import_from_migration.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FROM :MIGRATION_SCHEMA.migration_record
AND migration_error.description NOT LIKE '%SCH-00200-005%'
WHERE
migration_status IN ('LEGALDOCML_TRANSFORMATION_SUCCEEDED', 'LEGALDOCML_VALIDATION_FAILED')
AND xpath_exists('//akn:act[@name="regelungstext"]', ldml_xml.content, '{{akn,http://Inhaltsdaten.LegalDocML.de/1.7/}}')
AND xpath_exists('//akn:act[@name="regelungstext"]', ldml_xml.content, '{{akn,http://Inhaltsdaten.LegalDocML.de/1.7.1/}}')
AND migration_error.id IS NULL
ON CONFLICT DO NOTHING -- ensures duplicates are ignored
RETURNING *
Expand Down

0 comments on commit e24a5bf

Please sign in to comment.