Change casing on UserAccounts

0.8.2-post-fixes
Melanie Thielker 2016-03-22 20:08:46 +01:00 committed by Diva Canto
parent cbf5dfc16f
commit 0bae05ff46
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,