Skip to content

Commit

Permalink
Fix missing norms schema variable
Browse files Browse the repository at this point in the history
RISDEV-4929
  • Loading branch information
malte-laukoetter committed Oct 10, 2024
1 parent 35e94d2 commit 592420e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/import_from_migration.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DELETE FROM norms.announcements;
DELETE FROM norms.norms WHERE
DELETE FROM :NORMS_SCHEMA.announcements;
DELETE FROM :NORMS_SCHEMA.norms WHERE
-- keep our seeds, for now
eli_manifestation NOT IN (
'eli/bund/bgbl-1/1964/s593/1964-08-05/1/deu/1964-08-05/regelungstext-1.xml',
Expand Down

0 comments on commit 592420e

Please sign in to comment.