Updates
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
* @type {import("@moduletrace/nsqlite/dist/types").NSQLITE_DatabaseSchemaType}
|
||||
*/
|
||||
const schema = {
|
||||
dbName: "test-db",
|
||||
tables: [
|
||||
{
|
||||
tableName: "users",
|
||||
|
||||
+3
-3
@@ -3,7 +3,7 @@ export const NSQLiteTables = [
|
||||
"users_ports",
|
||||
] as const
|
||||
|
||||
export type NSQLITE_TEST_DB_USERS = {
|
||||
export type NSQLITE_TURBOCI_ADMIN_USERS = {
|
||||
/**
|
||||
* The unique identifier of the record.
|
||||
*/
|
||||
@@ -26,7 +26,7 @@ export type NSQLITE_TEST_DB_USERS = {
|
||||
all_deployment_access?: number;
|
||||
}
|
||||
|
||||
export type NSQLITE_TEST_DB_USERS_PORTS = {
|
||||
export type NSQLITE_TURBOCI_ADMIN_USERS_PORTS = {
|
||||
/**
|
||||
* The unique identifier of the record.
|
||||
*/
|
||||
@@ -43,4 +43,4 @@ export type NSQLITE_TEST_DB_USERS_PORTS = {
|
||||
port?: number;
|
||||
}
|
||||
|
||||
export type NSQLITE_TEST_DB_ALL_TYPEDEFS = NSQLITE_TEST_DB_USERS & NSQLITE_TEST_DB_USERS_PORTS
|
||||
export type NSQLITE_TURBOCI_ADMIN_ALL_TYPEDEFS = NSQLITE_TURBOCI_ADMIN_USERS & NSQLITE_TURBOCI_ADMIN_USERS_PORTS
|
||||
Reference in New Issue
Block a user