Skip to content
Snippets Groups Projects
Commit b3b3b449 authored by Marcus Eibrink-Lunzenauer's avatar Marcus Eibrink-Lunzenauer
Browse files

Fix missing changes.

parent 27931a2e
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -18,7 +18,7 @@ class AddPeerReviewTables extends Migration ...@@ -18,7 +18,7 @@ class AddPeerReviewTables extends Migration
`configuration` MEDIUMTEXT NOT NULL, `configuration` MEDIUMTEXT NOT NULL,
`review_start` INT(11) NOT NULL, `review_start` INT(11) NOT NULL,
`review_end` INT(11) NOT NULL, `review_end` INT(11) NOT NULL,
`pairingdate` INT(11) NULL, `paired_at` INT(11) NULL,
`mkdate` INT(11) NOT NULL, `mkdate` INT(11) NOT NULL,
`chdate` INT(11) NOT NULL, `chdate` INT(11) NOT NULL,
PRIMARY KEY(`id`), PRIMARY KEY(`id`),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment