mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
4 lines
182 B
MySQL
4 lines
182 B
MySQL
|
ALTER TABLE `phabricator_user`.`user_log`
|
||
|
-- 45 is length of "0000:0000:0000:0000:0000:0000:255.255.255.255".
|
||
|
MODIFY `remoteAddr` varchar(45) COLLATE 'utf8_general_ci' NOT NULL;
|