Merge pull request #115 from gpanula/patch-1

Update tblWorldServerRegistration.sql
This commit is contained in:
Michael Cook 2014-02-17 23:37:26 -05:00
commit 068bd57fbc

View File

@ -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;