Correct case in the names of the Avatar and Friends tables

This commit is contained in:
Kevin Cozens
2016-03-24 16:43:27 -04:00
parent 4cc954249d
commit 2cfe848ceb
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
BEGIN;
CREATE TABLE IF NOT EXISTS `avatars` (
CREATE TABLE IF NOT EXISTS `Avatars` (
`PrincipalID` char(36) NOT NULL,
`Name` varchar(32) NOT NULL,
`Value` text,