```
add admin user ID to seed config and update notification relations ```
This commit is contained in:
@@ -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),
|
||||
};
|
||||
|
Reference in New Issue
Block a user