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 d46b7f3c82
commit 937aef8a9c
3 changed files with 3 additions and 8 deletions

View File

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

View File

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

View File

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