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;
},
async connectionsToExport() {
return null;
async getExportedDatabase() {
return {};
},
getConnection_meta: true,