mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-10 12:47:44 +00:00
Merge pull request #761 from Skyliegirl33/feature-impl
Fix case-sensitive SQL scripts
This commit is contained in:
commit
4a915a447a
2 changed files with 16629 additions and 16629 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,4 @@
|
||||||
CREATE TABLE IF NOT EXISTS CharaInfoFriendlist (
|
CREATE TABLE IF NOT EXISTS charainfofriendlist (
|
||||||
`CharacterId` int(20) NOT NULL,
|
`CharacterId` int(20) NOT NULL,
|
||||||
`CharacterIdList` blob,
|
`CharacterIdList` blob,
|
||||||
`InviteDataList` blob,
|
`InviteDataList` blob,
|
||||||
|
|
Loading…
Add table
Reference in a new issue