Skip to content

Commit

Permalink
IS-2319: Delete erronous dialogmote avlysning (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
vetlesolgaard authored Apr 26, 2024
1 parent 5b83941 commit aa3d7c3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/main/resources/db/migration/V9_08__delete_avlysning.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
DELETE
FROM motedeltaker_arbeidstaker_varsel
WHERE id = '221126';

DELETE
FROM motedeltaker_arbeidsgiver_varsel
WHERE id = '221126';

DELETE
FROM mote_status_endret
WHERE id = '304416';

DELETE
FROM pdf
WHERE id IN ('678784', '678785');

UPDATE mote
SET status = 'INNKALT'
WHERE id = '127415';

0 comments on commit aa3d7c3

Please sign in to comment.