From: Roland Häder Date: Thu, 30 Jun 2011 04:44:16 +0000 (+0000) Subject: Missed default value but had already closed editor :( X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=fbc554cf7de9aa561d6b1222a1a69059d3f794e3 Missed default value but had already closed editor :( --- diff --git a/inc/extensions/ext-booking.php b/inc/extensions/ext-booking.php index 552ebca478..2521cce565 100644 --- a/inc/extensions/ext-booking.php +++ b/inc/extensions/ext-booking.php @@ -61,7 +61,7 @@ switch (getExtensionMode()) { `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `userid` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0, `subject` VARCHAR(255) NOT NULL DEFAULT 'missing', -`mode` ENUM('ADD','SUB') NOT NULL DEFAULT 'add', +`mode` ENUM('ADD','SUB') NOT NULL DEFAULT 'ADD', `points` FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.0000, `comments` TINYTEXT NULL DEFAULT NULL, `recorded` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,