From 6eb31655e3b46e87330c05e956a16fee8b74619c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 12 Jan 2024 00:30:21 +0000 Subject: [PATCH] continue implementations --- Admin/Install/db.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Admin/Install/db.json b/Admin/Install/db.json index 33be1f1..119ebff 100755 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -167,6 +167,11 @@ "type": "TINYINT(1)", "null": false }, + "projectmanagement_project_attr_type_repeatable": { + "name": "projectmanagement_project_attr_type_repeatable", + "type": "TINYINT(1)", + "null": false + }, "projectmanagement_project_attr_type_required": { "description": "Every project must have this attribute type if set to true.", "name": "projectmanagement_project_attr_type_required",