Correct the case of the Presence table
parent
482daacea7
commit
548b741130
|
@ -2,7 +2,7 @@
|
|||
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `presence` (
|
||||
CREATE TABLE IF NOT EXISTS `Presence` (
|
||||
`UserID` varchar(255) NOT NULL,
|
||||
`RegionID` char(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000',
|
||||
`SessionID` char(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000',
|
||||
|
|
Loading…
Reference in New Issue