From: Roland Häder Date: Mon, 22 Oct 2012 19:37:51 +0000 (+0000) Subject: Okay, this too. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c8648621f15cc96373bdd63fc66c2eb01b320a97;p=mailer.git Okay, this too. --- diff --git a/inc/extensions/ext-booking.php b/inc/extensions/ext-booking.php index 50cfdf6254..ac8ea5224b 100644 --- a/inc/extensions/ext-booking.php +++ b/inc/extensions/ext-booking.php @@ -64,7 +64,7 @@ switch (getExtensionMode()) { `points` FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.0000, `comments` TINYTEXT NULL DEFAULT NULL, `recorded` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, -PRIMARY KEY (`id`), +PRIMARY KEY (`booking_id`), INDEX (`userid`)", 'Member points booking table');