1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 12:52:42 +01:00

Allow IPv6

Test Plan:
/people/logs/
Search for `2620:0:1cfe:`.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, jungejason

Differential Revision: https://secure.phabricator.com/D2089
This commit is contained in:
vrana 2012-04-03 11:19:58 -07:00
parent 67e10e60f2
commit 5885764728

View file

@ -0,0 +1,3 @@
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;