Update Versi 1.5.27 #32

Merged
bagasbanuna merged 1009 commits from staging into main 2025-12-17 12:22:28 +08:00
21 changed files with 446 additions and 13 deletions
Showing only changes of commit 40129c8a6b - Show all commits

View File

@@ -52,11 +52,13 @@ export async function generate_seeder() {
nomor: i.nomor,
username: i.name,
masterUserRoleId: i.masterUserRoleId,
active: i.active,
},
update: {
nomor: i.nomor,
username: i.name,
masterUserRoleId: i.masterUserRoleId,
active: i.active,
},
});
}

View File

@@ -2,11 +2,13 @@
{
"name": "bagas_admin",
"nomor": "6282340374412",
"masterUserRoleId": "3"
"masterUserRoleId": "3",
"active": true
},
{
"name": "fahmi_admin",
"nomor": "628123833845",
"masterUserRoleId": "2"
"masterUserRoleId": "2",
"active": true
}
]