Skip to content
Snippets Groups Projects
Commit 0e9060f7 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix migration, re #132

parent f0ec9e27
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ final class ConsultationMultipleResponsibleRanges extends Migration ...@@ -23,6 +23,7 @@ final class ConsultationMultipleResponsibleRanges extends Migration
$query = "CREATE TABLE IF NOT EXISTS `consultation_events` ( $query = "CREATE TABLE IF NOT EXISTS `consultation_events` (
`slot_id` INT(11) UNSIGNED NOT NULL, `slot_id` INT(11) UNSIGNED NOT NULL,
`user_id` CHAR(32) CHARSET latin1 COLLATE latin1_bin 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, `mkdate` INT(11) UNSIGNED NOT NULL,
PRIMARY KEY (`slot_id`, `user_id`) PRIMARY KEY (`slot_id`, `user_id`)
)"; )";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment