Updates
This commit is contained in:
@@ -182,6 +182,11 @@ const schema: BUN_SQLITE_DatabaseSchemaType = {
|
||||
fieldName: "allowed_ips",
|
||||
dataType: "TEXT",
|
||||
},
|
||||
{
|
||||
fieldName: "allow_all_ips",
|
||||
dataType: "INTEGER",
|
||||
options: [0, 1],
|
||||
},
|
||||
{
|
||||
fieldName: "notes",
|
||||
dataType: "TEXT",
|
||||
|
||||
@@ -113,6 +113,7 @@ export type BUN_SQLITE_WGUI_CLIENTS = {
|
||||
public_ip_address?: string;
|
||||
public_key?: string;
|
||||
allowed_ips?: string;
|
||||
allow_all_ips?: 0 | 1 | "";
|
||||
notes?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user