Skip to content

Commit

Permalink
Update db.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Jan 21, 2025
1 parent 104e196 commit 5eb10c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/install/db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ CREATE TABLE IF NOT EXISTS `online` (
`hash` varchar(32) NOT NULL,
`ip` varchar(46) NOT NULL default '',
`ua` varchar(255) NOT NULL default '',
`refer` varchar(255) default NULL,
`refer` varchar(4096) default NULL,
`lastmove` int(10) NOT NULL,
`firsttime` int(10) default NULL,
`uri` varchar(255) default NULL,
Expand Down

0 comments on commit 5eb10c1

Please sign in to comment.