Initialize client forms

This commit is contained in:
2026-09-17 07:22:20 +01:00
parent e0d105beb9
commit 90ee3debf0
28 changed files with 584 additions and 145 deletions
+4
View File
@@ -195,6 +195,10 @@ const schema: BUN_SQLITE_DatabaseSchemaType = {
fieldName: "user_id",
dataType: "INTEGER",
},
{
fieldName: "public_ip_address",
dataType: "TEXT",
},
{
fieldName: "wg_ip_address",
dataType: "TEXT",