Mailer continued, sub-id tracking continued:
[mailer.git] / inc / extensions / ext-coupon.php
index 676a9da2f358c5071d15c87f2adebb0ec5594789..c14e216512537a6cf62a29e1fffb939c2bf60088 100644 (file)
@@ -64,7 +64,7 @@ switch (getExtensionMode()) {
 `total_created` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 `total_cashed` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 `points` FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000,
-`coupon_description` TEXT,
+`coupon_description` TEXT NOT NULL,
 PRIMARY KEY (`id`)",
                'Created coupons');