add coupon tests

This commit is contained in:
Etienne Roudeix
2013-12-19 15:37:15 +01:00
parent 5773922314
commit 8c121dd455
6 changed files with 51 additions and 159 deletions

View File

@@ -1616,7 +1616,6 @@ CREATE TABLE `order_coupon`
`short_description` TEXT NOT NULL,
`description` LONGTEXT NOT NULL,
`expiration_date` DATETIME NOT NULL,
`max_usage` INTEGER NOT NULL,
`is_cumulative` TINYINT(1) NOT NULL,
`is_removing_postage` TINYINT(1) NOT NULL,
`is_available_on_special_offers` TINYINT(1) NOT NULL,