Skip to content

Commit

Permalink
fix typo in query
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeyer1 committed Aug 11, 2023
1 parent 9eadfd2 commit 0f76822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps_emailalerts.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 0f76822

Please sign in to comment.