major update regarding many to many roles per user and their related impacts
This commit is contained in:
@ -17,7 +17,8 @@ const doc = {
|
||||
schemas: {
|
||||
login: {
|
||||
$username: "admin",
|
||||
$password: "12345678"
|
||||
$password: "12345678",
|
||||
$application: "ukln",
|
||||
},
|
||||
user: {
|
||||
$nik: "123456789",
|
||||
@ -31,7 +32,6 @@ const doc = {
|
||||
$organisasi: "4a6991b6-78a0-4b3b-bf5c-fa0af5f69be8",
|
||||
$divisi: "4a6991b6-78a0-4b3b-bf5c-fa0af5f69be8",
|
||||
$unit: "4a6991b6-78a0-4b3b-bf5c-fa0af5f69be8",
|
||||
$id_role: "4a6991b6-78a0-4b3b-bf5c-fa0af5f69be8",
|
||||
$status: "Y"
|
||||
},
|
||||
user_profile: {
|
||||
|
||||
Reference in New Issue
Block a user