recursive delete cascade

This commit is contained in:
Jan Prochazka
2021-09-28 19:03:53 +02:00
parent 12c9e638f5
commit 571be4b3f9
3 changed files with 153 additions and 121 deletions

View File

@@ -300,7 +300,7 @@ function changeSetUpdateToSql(item: ChangeSetItem): Update {
};
}
export function changeSetDeleteToSql(item: ChangeSetItem): Delete {
function changeSetDeleteToSql(item: ChangeSetItem): Delete {
return {
from: {
name: {