Update AGENTS.md file and db schema

This commit is contained in:
2026-09-12 14:40:10 +01:00
parent 9cfbde9c9a
commit 75670e4d5c
3 changed files with 38 additions and 0 deletions
+13
View File
@@ -149,6 +149,19 @@ const schema: BUN_SQLITE_DatabaseSchemaType = {
},
],
},
{
tableName: "clients",
fields: [
{
fieldName: "user_id",
dataType: "INTEGER",
},
{
fieldName: "ip_address",
dataType: "TEXT",
},
],
},
],
};