Skip to content

Commit

Permalink
Ups, Bugfix addition
Browse files Browse the repository at this point in the history
- Forgot to update the database structure to the new IP format
  • Loading branch information
ApertureDevelopment committed May 1, 2020
1 parent c9de2a3 commit fbd7988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/msync/server/sv_mysql.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function MSync.mysql.initialize()
`p_id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
`server_name` VARCHAR(75) NOT NULL,
`options` VARCHAR(100) NOT NULL DEFAULT '[]',
`ip` INT NOT NULL,
`ip` VARCHAR(15) NOT NULL,
`port` VARCHAR(5) NOT NULL,
`server_group` INT UNSIGNED NOT NULL,
FOREIGN KEY (server_group) REFERENCES tbl_server_grp(p_group_id),
Expand Down

0 comments on commit fbd7988

Please sign in to comment.