Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
RISDEV-4929
  • Loading branch information
malte-laukoetter committed Oct 10, 2024
1 parent 2f512b2 commit 35e94d2
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 @@ -16,5 +16,5 @@ INSERT INTO :NORMS_SCHEMA.norms (xml) SELECT ldml_xml.content FROM :MIGRATION_SC
LEFT OUTER JOIN :MIGRATION_SCHEMA.migration_error migration_error on migration_record.id = migration_error.migration_record_id
WHERE
migration_status = 'LEGALDOCML_TRANSFORMATION_SUCCEEDED'
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/}}')
AND migration_error.id IS NULL;

0 comments on commit 35e94d2

Please sign in to comment.