1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-23 21:27:45 +00:00
sapphire/sql/migrations/20210911163405_AddLinkshell.sql

2 lines
128 B
MySQL
Raw Permalink Normal View History

ALTER TABLE `infolinkshell`
CHANGE COLUMN `MasterCharacterId` `MasterCharacterId` BIGINT NULL DEFAULT NULL AFTER `LinkshellId`;