mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 13:06:01 +00:00
recursive delete cascade
This commit is contained in:
@@ -300,7 +300,7 @@ function changeSetUpdateToSql(item: ChangeSetItem): Update {
|
||||
};
|
||||
}
|
||||
|
||||
export function changeSetDeleteToSql(item: ChangeSetItem): Delete {
|
||||
function changeSetDeleteToSql(item: ChangeSetItem): Delete {
|
||||
return {
|
||||
from: {
|
||||
name: {
|
||||
|
||||
Reference in New Issue
Block a user