mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-03 22:57:45 +00:00
fixed social update.sql query
This commit is contained in:
parent
42d2e5e2fa
commit
5ba94f0e52
1 changed files with 1 additions and 1 deletions
|
@ -51,5 +51,5 @@ ALTER TABLE `charainfo` ADD COLUMN `EquipDisplayFlags` INT(3) NULL DEFAULT '0' A
|
|||
ALTER TABLE `charainfo` ADD COLUMN `Pose` INT(3) NULL DEFAULT '0' AFTER `EquipDisplayFlags`;
|
||||
ALTER TABLE `charainfo` ADD COLUMN `EquipDisplayFlags` INT(3) NULL DEFAULT '0' AFTER `GMRank`;
|
||||
|
||||
ALTER TABLE `charainfofriendlist` CHANGE `CharacterId` `ContentId` bigint(20) NULL DEFAULT NULL;
|
||||
ALTER TABLE `charainfofriendlist` CHANGE `CharacterId` `ContentId` bigint(20) DEFAULT 0;
|
||||
ALTER TABLE `charainfofriendlist` CHANGE `CharacterIdList` `ContentIdList` blob NULL DEFAULT NULL;
|
Loading…
Add table
Reference in a new issue