Skip to content

Commit

Permalink
fix PDOException elan-ev#44
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Schenk committed Aug 14, 2024
1 parent 7f5eed6 commit 8876bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/003_add_permissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function up()
$db->exec("
CREATE TABLE IF NOT EXISTS `ep_permissions` (
`ep_task_users_id` INT NOT NULL ,
`user_id` VARCHAR(32) NULL ,
`user_id` VARCHAR(32) NOT NULL ,
`role` ENUM('tutor','followup-tutor','student') NULL ,
PRIMARY KEY (`ep_task_users_id`, `user_id`)
);
Expand Down

0 comments on commit 8876bdf

Please sign in to comment.