1
Fork 0
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:
Adam 2023-02-04 12:23:31 +11:00 committed by GitHub
commit 5fa64e96e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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),