mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
Fixing error Table 'sapphire.freecompany' doesn't exist
This commit is contained in:
parent
47e6fe8562
commit
d9192a655e
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,
|
FreeCompanyId int(20) NOT NULL,
|
||||||
MasterCharacterId int(20),
|
MasterCharacterId int(20),
|
||||||
MasterCharacterName VARCHAR(32),
|
MasterCharacterName VARCHAR(32),
|
||||||
|
|
Loading…
Add table
Reference in a new issue