From 45fee142e775f98e935c83c3220fd183de2c58ce Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 24 Dec 2018 16:08:15 +0100 Subject: [PATCH] Fixes #152 --- Admin/Install/db.json | 1 + Admin/Installer.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Admin/Install/db.json b/Admin/Install/db.json index e341fd5..042bc94 100644 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -17,6 +17,7 @@ "marketing_promotion_description": { "name": "marketing_promotion_description", "type": "TEXT", + "default": null, "null": true }, "marketing_promotion_calendar": { diff --git a/Admin/Installer.php b/Admin/Installer.php index ca00c40..37c46d3 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -17,7 +17,7 @@ namespace Modules\Marketing\Admin; use phpOMS\Module\InstallerAbstract; /** - * Marketing install class. + * Installer class. * * @package Modules\Marketing\Admin * @license OMS License 1.0