diff --git a/Admin/Install/db.json b/Admin/Install/db.json index e369526..bdc2b27 100755 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -269,13 +269,13 @@ "null": false }, "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", "type": "TINYINT(1)", "null": false }, "investmgmt_attr_type_pattern": { - "description": "This is a regex validation pattern.", + "comment": "This is a regex validation pattern.", "name": "investmgmt_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 100644 index f917d9f..0000000 --- a/Docs/Dev/en/structure.md +++ /dev/null @@ -1,5 +0,0 @@ -# Structure - -## ER - -![ER](Modules/InvestmentManagement/Docs/Dev/img/er.png) \ No newline at end of file diff --git a/Docs/Dev/img/er.png b/Docs/Dev/img/er.png deleted file mode 100644 index 2945977..0000000 Binary files a/Docs/Dev/img/er.png and /dev/null differ diff --git a/info.json b/info.json index 25861ba..7d13d51 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Jingga", - "website": "jingga.app" + "website": "https://jingga.app" }, "description": "Investment Management module.", "directory": "InvestmentManagement",