This commit is contained in:
2026-09-20 04:14:32 +01:00
parent cda6cff34f
commit d5536b49d9
42 changed files with 1544 additions and 143 deletions
+5
View File
@@ -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",