This commit is contained in:
2026-03-11 04:16:51 +00:00
parent 33044fae23
commit 2e0009e3ca
13 changed files with 152 additions and 10 deletions
+4
View File
@@ -37,6 +37,10 @@ const schema = {
fieldName: "is_super_admin",
dataType: "INTEGER",
},
{
fieldName: "all_deployment_access",
dataType: "INTEGER",
},
],
},
{
+1
View File
@@ -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 = {