Correct case in the names of the Avatar and Friends tables
parent
4cc954249d
commit
2cfe848ceb
|
@ -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,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `friends` (
|
||||
CREATE TABLE IF NOT EXISTS `Friends` (
|
||||
`PrincipalID` varchar(255) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000',
|
||||
`Friend` varchar(255) NOT NULL,
|
||||
`Flags` varchar(16) NOT NULL DEFAULT '0',
|
||||
|
|
Loading…
Reference in New Issue