Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
appy-one committed Sep 16, 2022
1 parent b51108a commit 3075398
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions db.js
Expand Up @@ -718,10 +718,10 @@ module.exports.CreateDB = function (parent, func) {
// Get all the databases ready
obj.file.ready(function () {
// Create AceBase indexes
obj.file.indexes.create('meshcenral', 'type', { include: ['domain', 'meshid'] });
obj.file.indexes.create('meshcenral', 'email');
obj.file.indexes.create('meshcenral', 'meshid');
obj.file.indexes.create('meshcenral', 'intelamt.uuid');
obj.file.indexes.create('meshcentral', 'type', { include: ['domain', 'meshid'] });
obj.file.indexes.create('meshcentral', 'email');
obj.file.indexes.create('meshcentral', 'meshid');
obj.file.indexes.create('meshcentral', 'intelamt.uuid');
obj.file.indexes.create('events', 'userid', { include: ['action'] });
obj.file.indexes.create('events', 'domain', { include: ['nodeid', 'time'] });
obj.file.indexes.create('events', 'ids', { include: ['time'] });
Expand Down

0 comments on commit 3075398

Please sign in to comment.