update constants,

This commit is contained in:
louiscklaw
2025-04-24 20:04:34 +08:00
parent 0785fcd144
commit fa35ef2bef
2 changed files with 121 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ const COL_QUIZ_CR_QUESTIONS = 'QuizCRQuestions';
// ROLES:
const COL_CUSTOMERS = 'Customers';
const COL_NOTIFICATIONS = 'Notifications';
const COL_TEACHERS = 'Teachers';
const COL_STUDENTS = 'Students';
@@ -47,6 +48,7 @@ export {
COL_QUIZ_CR_QUESTIONS,
//
COL_CUSTOMERS,
COL_NOTIFICATIONS,
COL_TEACHERS,
COL_STUDENTS,
//