]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-holiday.php
BLOB->TEXT rewritten, all _user tables now handled by ext-user, except user_book...
[mailer.git] / inc / extensions / ext-holiday.php
index d0872e6d8652d784c2b9a7a6fdfa14ba868301be..919480685fa611a162531b07a7e7265f2d41c491 100644 (file)
@@ -58,7 +58,7 @@ id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
 userid BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 holiday_start VARCHAR(10) NOT NULL DEFAULT 0,
 holiday_end VARCHAR(10) NOT NULL DEFAULT 0,
-comments LONGBLOB NOT NULL,
+comments LONGTEXT NOT NULL,
 KEY (userid),
 PRIMARY KEY(id)
 ) TYPE={!_TABLE_TYPE!}");