Skip to content

Commit 0fa866c

Browse files
tvdhoutbenkeen
authored andcommitted
Increase IP address size for IPv6
1 parent d88f510 commit 0fa866c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/global/code/Forms.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ public static function finalizeForm($form_id)
986986

987987
$query .= "submission_date DATETIME NOT NULL,
988988
last_modified_date DATETIME NOT NULL,
989-
ip_address VARCHAR(15),
989+
ip_address VARCHAR(39),
990990
is_finalized ENUM('yes','no') default 'yes')
991991
Engine=InnoDB DEFAULT CHARSET = $db_table_charset";
992992

0 commit comments

Comments
 (0)