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:54 +00:00
parent 740cedc39d
commit 1d5bad1406
4 changed files with 3 additions and 8 deletions

View File

@ -269,13 +269,13 @@
"null": false "null": false
}, },
"investmgmt_attr_type_required": { "investmgmt_attr_type_required": {
"description": "Every item must have this attribute type if set to true.", "comment": "Every item must have this attribute type if set to true.",
"name": "investmgmt_attr_type_required", "name": "investmgmt_attr_type_required",
"type": "TINYINT(1)", "type": "TINYINT(1)",
"null": false "null": false
}, },
"investmgmt_attr_type_pattern": { "investmgmt_attr_type_pattern": {
"description": "This is a regex validation pattern.", "comment": "This is a regex validation pattern.",
"name": "investmgmt_attr_type_pattern", "name": "investmgmt_attr_type_pattern",
"type": "VARCHAR(255)", "type": "VARCHAR(255)",
"null": false "null": false

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

View File

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