Test fixes
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-05-16 02:14:55 +00:00
parent e6d7867513
commit 473e3a2c35
3 changed files with 3 additions and 8 deletions

View File

@ -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

View File

@ -1,5 +0,0 @@
# Structure
## ER
![ER](Modules/ProjectManagement/Docs/Dev/img/er.png)

View File

@ -12,7 +12,7 @@
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
"website": "https://jingga.app"
},
"description": "Project Management module.",
"directory": "ProjectManagement",