Change casing on UserAccounts

LSLKeyTest
Melanie Thielker 2016-03-22 20:08:46 +01:00
parent 73e527fffc
commit de109dbe92
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
BEGIN;
CREATE TABLE IF NOT EXISTS `useraccounts` (
CREATE TABLE IF NOT EXISTS `UserAccounts` (
`PrincipalID` char(36) NOT NULL,
`ScopeID` char(36) NOT NULL,
`FirstName` varchar(64) NOT NULL,