Skip to content

Commit

Permalink
Add delete from questionnaire_event table
Browse files Browse the repository at this point in the history
  • Loading branch information
janslifka committed Feb 12, 2025
1 parent 17fa1a1 commit 89b06a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ module.exports = (on, config) => {
await pg.delete({ table: 'questionnaire_migration', where: { new_questionnaire_uuid: uuid } })
await pg.delete({ table: 'document_template_draft_data', where: { questionnaire_uuid: uuid } })
await pg.delete({ table: 'questionnaire_file', where: { questionnaire_uuid: uuid } })
await pg.delete({ table: 'questionnaire_event', where: { questionnaire_uuid: uuid } })
await pg.delete({ table: 'questionnaire', where: { uuid } })
}
return true
Expand Down

0 comments on commit 89b06a9

Please sign in to comment.