Skip to content

Commit

Permalink
Change maximum payload value to 255
Browse files Browse the repository at this point in the history
  • Loading branch information
ssl committed Feb 4, 2024
1 parent 6e2955a commit 5dcc7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sql/4.2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ CREATE TABLE `reports` (
`shareid` varchar(50) NOT NULL,
`origin` varchar(500) DEFAULT NULL,
`referer` varchar(1000) DEFAULT NULL,
`payload` varchar(200) DEFAULT NULL,
`payload` varchar(255) DEFAULT NULL,
`uri` varchar(1000) DEFAULT NULL,
`user-agent` varchar(500) DEFAULT NULL,
`ip` varchar(50) DEFAULT NULL,
Expand Down

0 comments on commit 5dcc7ef

Please sign in to comment.