mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 09:02:50 +00:00
Correct the case of the Presence table
This commit is contained in:
committed by
Diva Canto
parent
0bae05ff46
commit
ea7b316c4b
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user