From 735d26e321eb980981001cb2984d355bdf7a2252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Mon, 31 Mar 2025 18:46:04 +0000 Subject: [PATCH] =?UTF-8?q?[task-207]=20Anordnung=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/structure/r6.sindri.json | 72 ++++++++++++++++----------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/source/structure/r6.sindri.json b/source/structure/r6.sindri.json index a6c393b..1f170db 100644 --- a/source/structure/r6.sindri.json +++ b/source/structure/r6.sindri.json @@ -23,6 +23,42 @@ } ] }, + { + "name": "admins", + "key_field": { + "name": "id" + }, + "data_fields": [ + { + "name": "name", + "type": "string_short", + "nullable": false + }, + { + "name": "email_address", + "type": "string_medium", + "nullable": true + }, + { + "name": "password_image", + "type": "string_medium", + "nullable": false + }, + { + "name": "password_fail_count", + "type": "integer", + "nullable": false + } + ], + "constraints": [ + { + "kind": "unique", + "parameters": { + "fields": ["name"] + } + } + ] + }, { "name": "name_indices", "data_fields": [ @@ -164,42 +200,6 @@ } } ] - }, - { - "name": "admins", - "key_field": { - "name": "id" - }, - "data_fields": [ - { - "name": "name", - "type": "string_short", - "nullable": false - }, - { - "name": "email_address", - "type": "string_medium", - "nullable": true - }, - { - "name": "password_image", - "type": "string_medium", - "nullable": false - }, - { - "name": "password_fail_count", - "type": "integer", - "nullable": false - } - ], - "constraints": [ - { - "kind": "unique", - "parameters": { - "fields": ["name"] - } - } - ] } ] }