Mailer continued, sub-id tracking continued:
[mailer.git] / inc / extensions / ext-wernis.php
index bfb0ac521be04f81798ce3ca79f76cdba5ca1e42..aaa7c505b80787e2f854e15decb328ebdee1dda9 100644 (file)
@@ -57,7 +57,7 @@ switch (getExtensionMode()) {
 `wernis_amount` FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000,
 `wernis_timestamp` VARCHAR(10) NOT NULL DEFAULT 0,
 `wernis_type` ENUM('WITHDRAW','PAYOUT','FAILED') NOT NULL DEFAULT 'FAILED',
-`wernis_api_message` TINYTEXT,
+`wernis_api_message` TINYTEXT NOT NULL,
 `wernis_api_status` VARCHAR(255) NULL DEFAULT NULL,
 PRIMARY KEY (`id`),
 INDEX (`userid`)",