mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
4 lines
158 B
MySQL
4 lines
158 B
MySQL
|
ALTER TABLE `{$NAMESPACE}_repository`.`repository_lintmessage`
|
||
|
ADD authorPHID varchar(64) COLLATE utf8_bin AFTER line,
|
||
|
ADD INDEX key_author (authorPHID);
|