From 11cec16b57ecb10092a0babe9f0ee1870bdf74e4 Mon Sep 17 00:00:00 2001 From: Svein Gunnar Larsen Date: Fri, 12 Jan 2018 14:00:43 +0100 Subject: [PATCH] Added datastore property to registeredDryModels so teardown will remove them --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index 96702326f..5857e11bd 100644 --- a/lib/index.js +++ b/lib/index.js @@ -343,6 +343,7 @@ module.exports = { attributes: phModelInfo.definition, tableName: phModelInfo.tableName, identity: phModelInfo.identity, + datastore: datastoreName, }; // console.log('\n\nphModelInfo:',util.inspect(phModelInfo,{depth:5}));