From c8648621f15cc96373bdd63fc66c2eb01b320a97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 22 Oct 2012 19:37:51 +0000 Subject: [PATCH] Okay, this too. --- inc/extensions/ext-booking.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5