From 0f768225088715c34007c792e6c1b325e4dbdd7e Mon Sep 17 00:00:00 2001 From: Lorenz Meyer Date: Fri, 11 Aug 2023 16:29:44 +0200 Subject: [PATCH] fix typo in query --- ps_emailalerts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps_emailalerts.php b/ps_emailalerts.php index 28b84bf..b307003 100644 --- a/ps_emailalerts.php +++ b/ps_emailalerts.php @@ -136,7 +136,7 @@ public function install($delete_params = true) `date_add` DATETIME NOT NULL, `date_upd` DATETIME NOT NULL, `deleted` TINYINT NOT NULL DEFAULT 0, - `notification_sent` DATETIME NULL DEFAULT NULL + `notification_sent` DATETIME NULL DEFAULT NULL, PRIMARY KEY (`id_customer`,`customer_email`,`id_product`,`id_product_attribute`,`id_shop`), INDEX (`deleted`) ) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci';