Merge branch 'master' into 6009-grouplist-add-second-column

This commit is contained in:
Hannes Heine 2023-03-15 12:47:03 +01:00 committed by GitHub
commit e84e56e947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ export const cleanDatabase = async (options = {}) => {
return transaction.run( return transaction.run(
` `
MATCH (everything) MATCH (everything)
WHERE NOT 'Migration' IN labels(everything)
DETACH DELETE everything DETACH DELETE everything
`, `,
) )