mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Merge pull request #115 from gpanula/patch-1
Update tblWorldServerRegistration.sql
This commit is contained in:
commit
068bd57fbc
@ -9,5 +9,6 @@ CREATE TABLE IF NOT EXISTS tblWorldServerRegistration (
|
||||
ServerLastIPAddr varchar(15) NULL,
|
||||
ServerAdminID integer NOT NULL,
|
||||
Note varchar(300) NULL,
|
||||
ServerTrusted int(11),
|
||||
PRIMARY KEY (ServerID, ServerLongName)
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user