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