Correct the case of the Presence table

0.8.2-post-fixes
Melanie Thielker 2016-03-22 23:05:31 +01:00 committed by Diva Canto
parent 0bae05ff46
commit ea7b316c4b
1 changed files with 1 additions and 1 deletions

View File

@ -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',