Skip to content

Commit fbd7988

Browse files
Ups, Bugfix addition
- Forgot to update the database structure to the new IP format
1 parent c9de2a3 commit fbd7988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/msync/server/sv_mysql.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function MSync.mysql.initialize()
4040
`p_id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
4141
`server_name` VARCHAR(75) NOT NULL,
4242
`options` VARCHAR(100) NOT NULL DEFAULT '[]',
43-
`ip` INT NOT NULL,
43+
`ip` VARCHAR(15) NOT NULL,
4444
`port` VARCHAR(5) NOT NULL,
4545
`server_group` INT UNSIGNED NOT NULL,
4646
FOREIGN KEY (server_group) REFERENCES tbl_server_grp(p_group_id),

0 commit comments

Comments
 (0)