1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

Added new collections type

This commit is contained in:
Eldad Fux 2020-02-20 22:45:12 +02:00
parent 7cd3069944
commit 6a79655911

View file

@ -21,6 +21,8 @@ class Database
const SYSTEM_COLLECTION_TASKS = 'tasks';
const SYSTEM_COLLECTION_PLATFORMS = 'platforms';
const SYSTEM_COLLECTION_USAGES = 'usages'; //TODO add structure
const SYSTEM_COLLECTION_DOMAINS = 'domains';
const SYSTEM_COLLECTION_CERTIFICATES = 'certificates';
// Auth, Account and Users (private to user)
const SYSTEM_COLLECTION_USERS = 'users';