mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +01:00
5885764728
Test Plan: /people/logs/ Search for `2620:0:1cfe:`. Reviewers: epriestley Reviewed By: epriestley CC: aran, jungejason Differential Revision: https://secure.phabricator.com/D2089
3 lines
182 B
SQL
3 lines
182 B
SQL
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;
|