export conns base

This commit is contained in:
Jan Prochazka
2025-04-11 10:34:13 +02:00
parent 76043d5876
commit 5c8e1e0f4a

View File

@@ -4,8 +4,8 @@ module.exports = {
return null; return null;
}, },
async connectionsToExport() { async getExportedDatabase() {
return null; return {};
}, },
getConnection_meta: true, getConnection_meta: true,