mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-14 20:11: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) {
|
function setupFunctions(func) {
|
||||||
if (obj.databaseType == 7) {
|
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) {
|
obj.Set = function (data, func) {
|
||||||
data = common.escapeLinksFieldNameEx(data);
|
data = common.escapeLinksFieldNameEx(data);
|
||||||
var xdata = performTypedRecordEncrypt(data);
|
var xdata = performTypedRecordEncrypt(data);
|
||||||
|
|
Loading…
Reference in a new issue