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",
|
||||
|
||||
Reference in New Issue
Block a user