Removes _PushStatus from system classes, uses direct DB access to write

This commit is contained in:
Florent Vilmart
2016-03-14 10:20:24 -04:00
parent 120f23c791
commit 18781f1f82
3 changed files with 41 additions and 15 deletions

View File

@@ -91,7 +91,7 @@ var requiredColumns = {
_Role: ["name", "ACL"]
}
const systemClasses = ['_User', '_Installation', '_Role', '_Session', '_Product', '_PushStatus'];
const systemClasses = ['_User', '_Installation', '_Role', '_Session', '_Product'];
// 10 alpha numberic chars + uppercase
const userIdRegex = /^[a-zA-Z0-9]{10}$/;