1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/resources/sql/patches/125.ipv6.sql
vrana 5885764728 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
2012-04-03 11:36:50 -07:00

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;