This commit is contained in:
2025-12-26 06:37:30 +01:00
parent 98aaa94b80
commit b02399c64d
50 changed files with 112 additions and 105 deletions
@@ -97,8 +97,8 @@ export default async function ({
dbFullName: targetDatabase,
});
if (newTableEntryRes?.payload?.insertId) {
tableId = newTableEntryRes.payload.insertId;
if (newTableEntryRes?.postInsertReturn?.insertId) {
tableId = newTableEntryRes.postInsertReturn.insertId;
}
}