Skip to content

Commit

Permalink
Merge pull request #837 from tvdhout/master
Browse files Browse the repository at this point in the history
[#834] Increase IP address size for IPv6
  • Loading branch information
benkeen authored Jan 19, 2023
2 parents c497122 + ce5804a commit 5390fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/code/Forms.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ public static function finalizeForm($form_id)

$query .= "submission_date DATETIME NOT NULL,
last_modified_date DATETIME NOT NULL,
ip_address VARCHAR(15),
ip_address VARCHAR(39),
is_finalized ENUM('yes','no') default 'yes')
Engine=InnoDB DEFAULT CHARSET = $db_table_charset";

Expand Down

0 comments on commit 5390fed

Please sign in to comment.