Skip to content

Commit

Permalink
IS-2319: Delete erronous dialogmote avlysning
Browse files Browse the repository at this point in the history
  • Loading branch information
vetlesolgaard committed Apr 24, 2024
1 parent 5d6712f commit 4eed8d4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 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,15 @@
DELETE
FROM motedeltaker_arbeidstaker_varsel
WHERE id = '221126';

DELETE
FROM motedeltaker_arbeidsgiver_varsel
WHERE id = '221126';

DELETE
FROM mote_status_endret
WHERE id = '304416';

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

0 comments on commit 4eed8d4

Please sign in to comment.