diff --git a/bin/initialize-dev-db.mjs b/bin/initialize-dev-db.mjs index 78f8556..ecc7bc4 100755 --- a/bin/initialize-dev-db.mjs +++ b/bin/initialize-dev-db.mjs @@ -278,6 +278,27 @@ await call("commit", { ], }); +await call("commit", { + mode: "NON_TRANSACTIONAL", + mutations: [ + { + insert: { + key: { + partitionId: { + projectId: projectID, + }, + path: [{ kind: "KindWithKeyProperty", name: "Entity" }], + }, + properties: { + key: { + integerValue: 14, + }, + }, + }, + }, + ], +}); + await call("commit", { mode: "NON_TRANSACTIONAL", mutations: [