add admin user ID to seed config and update notification relations
```
This commit is contained in:
louiscklaw
2025-05-11 17:29:19 +08:00
parent a4cdb4b1cc
commit 99ee2f9fc3
4 changed files with 53 additions and 18 deletions

View File

@@ -24,4 +24,7 @@ module.exports = {
CR_cat_id_news: "1".padStart(15, 0),
CR_cat_id_sports: "2".padStart(15, 0),
CR_cat_id_technology: "3".padStart(15, 0),
//
user_id_admin: "999".padStart(15, 0),
user_id_test_teacher_1: "11".padStart(15, 0),
};