Okay, this too.
authorRoland Häder <roland@mxchange.org>
Mon, 22 Oct 2012 19:37:51 +0000 (19:37 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 22 Oct 2012 19:37:51 +0000 (19:37 +0000)
inc/extensions/ext-booking.php

index 50cfdf62545f0c193f62fb47594d42e05d369437..ac8ea5224bd6689feb012e13264c3626f55b38ee 100644 (file)
@@ -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');