1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-10 04:37:45 +00:00

Merge pull request #761 from Skyliegirl33/feature-impl

Fix case-sensitive SQL scripts
This commit is contained in:
Mordred 2022-01-25 15:08:45 +01:00 committed by GitHub
commit 4a915a447a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16629 additions and 16629 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
CREATE TABLE IF NOT EXISTS CharaInfoFriendlist (
CREATE TABLE IF NOT EXISTS charainfofriendlist (
`CharacterId` int(20) NOT NULL,
`CharacterIdList` blob,
`InviteDataList` blob,