Updates
This commit is contained in:
@@ -37,6 +37,10 @@ const schema = {
|
||||
fieldName: "is_super_admin",
|
||||
dataType: "INTEGER",
|
||||
},
|
||||
{
|
||||
fieldName: "all_deployment_access",
|
||||
dataType: "INTEGER",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -23,6 +23,7 @@ export type NSQLITE_TEST_DB_USERS = {
|
||||
image?: string;
|
||||
password?: string;
|
||||
is_super_admin?: number;
|
||||
all_deployment_access?: number;
|
||||
}
|
||||
|
||||
export type NSQLITE_TEST_DB_USERS_PORTS = {
|
||||
|
||||
Reference in New Issue
Block a user