mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
Fix ip size
This commit is contained in:
parent
8a612429b2
commit
68bdec7c18
@ -8,7 +8,7 @@
|
|||||||
// the size of ipv6 can be maximal 45 chars
|
// the size of ipv6 can be maximal 45 chars
|
||||||
|
|
||||||
$up = function () use ($db) {
|
$up = function () use ($db) {
|
||||||
$db->modifyColumn(TABLE_PREFIX . 'visitors', 'ip', 'VARCHAR(15) NOT NULL');
|
$db->modifyColumn(TABLE_PREFIX . 'visitors', 'ip', 'VARCHAR(45) NOT NULL');
|
||||||
};
|
};
|
||||||
|
|
||||||
$down = function () {
|
$down = function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user