We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3c1c7 commit 006bc10Copy full SHA for 006bc10
cypress/plugins/index.js
@@ -168,6 +168,7 @@ module.exports = (on, config) => {
168
await pg.delete({ table: 'questionnaire_migration', where: { new_questionnaire_uuid: uuid } })
169
await pg.delete({ table: 'document_template_draft_data', where: { questionnaire_uuid: uuid } })
170
await pg.delete({ table: 'questionnaire_file', where: { questionnaire_uuid: uuid } })
171
+ await pg.delete({ table: 'questionnaire_version', where: { questionnaire_uuid: uuid } })
172
await pg.delete({ table: 'questionnaire_event', where: { questionnaire_uuid: uuid } })
173
await pg.delete({ table: 'questionnaire', where: { uuid } })
174
}
0 commit comments