From 473e3a2c3546c3b57a857fdcfc534a7d65426993 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 16 May 2024 02:14:55 +0000 Subject: [PATCH] Test fixes --- Admin/Install/db.json | 4 ++-- Docs/Dev/en/structure.md | 5 ----- info.json | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) delete mode 100755 Docs/Dev/en/structure.md diff --git a/Admin/Install/db.json b/Admin/Install/db.json index 26d3bd5..612006d 100755 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -185,13 +185,13 @@ "null": false }, "projectmanagement_project_attr_type_required": { - "description": "Every project must have this attribute type if set to true.", + "comment": "Every project must have this attribute type if set to true.", "name": "projectmanagement_project_attr_type_required", "type": "TINYINT(1)", "null": false }, "projectmanagement_project_attr_type_pattern": { - "description": "This is a regex validation pattern.", + "comment": "This is a regex validation pattern.", "name": "projectmanagement_project_attr_type_pattern", "type": "VARCHAR(255)", "null": false diff --git a/Docs/Dev/en/structure.md b/Docs/Dev/en/structure.md deleted file mode 100755 index b2342b3..0000000 --- a/Docs/Dev/en/structure.md +++ /dev/null @@ -1,5 +0,0 @@ -# Structure - -## ER - -![ER](Modules/ProjectManagement/Docs/Dev/img/er.png) \ No newline at end of file diff --git a/info.json b/info.json index 6fbef89..4756420 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Jingga", - "website": "jingga.app" + "website": "https://jingga.app" }, "description": "Project Management module.", "directory": "ProjectManagement",