mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 17:27:47 +00:00
Merge pull request #859 from T00fy/sql_fix
Fixing error Table 'sapphire.freecompany' doesn't exist
This commit is contained in:
commit
5fa64e96e4
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
CREATE TABLE IF NOT EXISTS FreeCompany (
|
||||
CREATE TABLE IF NOT EXISTS freecompany (
|
||||
FreeCompanyId int(20) NOT NULL,
|
||||
MasterCharacterId int(20),
|
||||
MasterCharacterName VARCHAR(32),
|
||||
|
|
Loading…
Add table
Reference in a new issue