mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Added AceBase link.
This commit is contained in:
parent
1f239481b7
commit
d2ff69fb0f
1 changed files with 1 additions and 1 deletions
2
db.js
2
db.js
|
@ -1200,7 +1200,7 @@ module.exports.CreateDB = function (parent, func) {
|
|||
|
||||
function setupFunctions(func) {
|
||||
if (obj.databaseType == 7) {
|
||||
// Database actions on the main collection (AceBase)
|
||||
// Database actions on the main collection. AceBase: https://github.com/appy-one/acebase
|
||||
obj.Set = function (data, func) {
|
||||
data = common.escapeLinksFieldNameEx(data);
|
||||
var xdata = performTypedRecordEncrypt(data);
|
||||
|
|
Loading…
Reference in a new issue