From 452642140809a48ec5b1aef467be668c4607f104 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Thu, 19 Sep 2024 01:39:31 +0200 Subject: [PATCH] [mod] --- source/structure/r1.sindri.json | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/source/structure/r1.sindri.json b/source/structure/r1.sindri.json index c949a22..099c3e4 100644 --- a/source/structure/r1.sindri.json +++ b/source/structure/r1.sindri.json @@ -24,6 +24,30 @@ } ] }, + { + "name": "auth_internal", + "key_field": null, + "data_fields": [ + { + "name": "name", + "type": "string_short", + "nullable": false + }, + { + "name": "password_image", + "type": "string_medium", + "nullable": false + } + ], + "constraints": [ + { + "kind": "unique", + "parameters": { + "fields": ["name"] + } + } + ] + }, { "name": "users", "key_field": { @@ -32,7 +56,7 @@ "data_fields": [ { "name": "name", - "type": "string_medium", + "type": "string_short", "nullable": false }, { @@ -56,6 +80,11 @@ "name": "id" }, "data_fields": [ + { + "name": "_dummy", + "type": "integer", + "nullable": true + } ], "constraints": [ ]