Skip to content

Commit

Permalink
Fix table deletion sql with previous bug on recursive foreign key res…
Browse files Browse the repository at this point in the history
…trictions
  • Loading branch information
angelo.andreussi authored and Coduz committed Sep 13, 2023
1 parent de5402b commit e2cab8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qa/common/src/main/resources/sql/all_delete.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
* Eurotech - initial API and implementation
*******************************************************************************/

UPDATE act_account SET scope_id = null;

DELETE
FROM act_account
WHERE id NOT IN (1);
Expand Down

0 comments on commit e2cab8c

Please sign in to comment.