1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00
phorge-phorge/resources/sql/patches/125.ipv6.sql

4 lines
182 B
MySQL
Raw Normal View History

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;