]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-booking.php
WARNING: id is very generic, it has been now renamed to booking_id, please fix your...
[mailer.git] / inc / extensions / ext-booking.php
index c31b3ced8e4a5cb68c7e484b7c4ceac69da288f0..50cfdf62545f0c193f62fb47594d42e05d369437 100644 (file)
@@ -56,7 +56,7 @@ switch (getExtensionMode()) {
                // Drop/create table for user bookings
                addDropTableSql('user_booking');
                addCreateTableSql('user_booking', "
-`id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
+`booking_id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
 `userid` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 `subject` VARCHAR(255) NOT NULL DEFAULT 'missing',
 `points_mode` ENUM('ADD','SUB') NOT NULL DEFAULT 'ADD',