From e1b78d6f97aca89aa314a8ff688038b82015edda 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 5bae780..36f1f24 100755 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -200,13 +200,13 @@ "null": false }, "marketing_promotion_attr_type_required": { - "description": "Every promotion must have this attribute type if set to true.", + "comment": "Every promotion must have this attribute type if set to true.", "name": "marketing_promotion_attr_type_required", "type": "TINYINT(1)", "null": false }, "marketing_promotion_attr_type_pattern": { - "description": "This is a regex validation pattern.", + "comment": "This is a regex validation pattern.", "name": "marketing_promotion_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 7917ad4..0000000 --- a/Docs/Dev/en/structure.md +++ /dev/null @@ -1,5 +0,0 @@ -# Structure - -## ER - -![ER](Modules/Marketing/Docs/Dev/img/er.png) \ No newline at end of file diff --git a/info.json b/info.json index d4a52ff..64a252e 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Jingga", - "website": "jingga.app" + "website": "https://jingga.app" }, "description": "Marketing module.", "directory": "Marketing",