1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 05:37:45 +00:00
sapphire/sql/migrations/20211201205038_FixFriendlistKey.sql

2 lines
109 B
MySQL
Raw Normal View History

ALTER TABLE `charainfofriendlist`
CHANGE COLUMN `CharacterId` `CharacterId` BIGINT NOT NULL DEFAULT 0 FIRST;