From 0e9060f7812dff3bf68f24d1a4de2ca357bcfbfe Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+github@gmail.com>
Date: Thu, 4 Nov 2021 14:32:41 +0100
Subject: [PATCH] fix migration, re #132

---
 db/migrations/5.1.7_consultation_multiple_responsible_ranges.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/db/migrations/5.1.7_consultation_multiple_responsible_ranges.php b/db/migrations/5.1.7_consultation_multiple_responsible_ranges.php
index 1daf474eb7d..4eb5e0c5614 100644
--- a/db/migrations/5.1.7_consultation_multiple_responsible_ranges.php
+++ b/db/migrations/5.1.7_consultation_multiple_responsible_ranges.php
@@ -23,6 +23,7 @@ final class ConsultationMultipleResponsibleRanges extends Migration
         $query = "CREATE TABLE IF NOT EXISTS `consultation_events` (
                     `slot_id` INT(11) UNSIGNED NOT NULL,
                     `user_id` CHAR(32) CHARSET latin1 COLLATE latin1_bin NOT NULL,
+                    `event_id` CHAR(32) CHARSET latin1 COLLATE latin1_bin NOT NULL,
                     `mkdate` INT(11) UNSIGNED NOT NULL,
                     PRIMARY KEY (`slot_id`, `user_id`)
                   )";
-- 
GitLab