From bdff0ca5241f8fabcfed65395a1487d05a5d3b12 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 25 Feb 2019 23:58:03 +0100 Subject: [PATCH] Add annotations and fix minor bugs with mappers --- Admin/Install/db.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/Admin/Install/db.json b/Admin/Install/db.json index b868ae8..dd429cc 100644 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -355,17 +355,26 @@ "account_name1": { "name": "account_name1", "type": "VARCHAR(50)", - "null": false + "null": false, + "annotations": { + "gdpr": true + } }, "account_name2": { "name": "account_name2", "type": "VARCHAR(50)", - "null": false + "null": false, + "annotations": { + "gdpr": true + } }, "account_name3": { "name": "account_name3", "type": "VARCHAR(50)", - "null": false + "null": false, + "annotations": { + "gdpr": true + } }, "account_password": { "name": "account_password", @@ -382,7 +391,10 @@ "account_email": { "name": "account_email", "type": "VARCHAR(70)", - "null": false + "null": false, + "annotations": { + "gdpr": true + } }, "account_tries": { "name": "account_tries",