Skip to content

Commit 5390fed

Browse files
authored
Merge pull request #837 from tvdhout/master
[#834] Increase IP address size for IPv6
2 parents c497122 + ce5804a commit 5390fed

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)