Skip to content

Commit

Permalink
Compilatio: Change text length for c_plagiarism_compilatio_docs.compi…
Browse files Browse the repository at this point in the history
…latio_id column - refs BT#22064
  • Loading branch information
AngelFQC committed Oct 13, 2024
1 parent 97a6bab commit 95a845c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/install/configuration.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@
id INT AUTO_INCREMENT NOT NULL,
c_id int(11) NOT NULL,
document_id int(11) NOT NULL,
compilatio_id varchar(32) CHARACTER SET utf8 NOT NULL,
compilatio_id varchar(40) CHARACTER SET utf8 NOT NULL,
PRIMARY KEY (id)
) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB;
Expand Down

0 comments on commit 95a845c

Please sign in to comment.