diff --git a/Exile_Database_Update_64x.sql b/Exile_Database_Update_64x.sql index 10609ab..4ce157f 100644 --- a/Exile_Database_Update_64x.sql +++ b/Exile_Database_Update_64x.sql @@ -5,3 +5,4 @@ UPDATE (account) SET name = REPLACE(name, '"', ''); UPDATE (clan_map_marker) SET label = REPLACE(label, '"', ''); UPDATE (territory) SET name = REPLACE(name, '"', ''); ALTER TABLE `player` CHANGE COLUMN `hitpoints` `hitpoints` VARCHAR(1024) NOT NULL DEFAULT '[]' ; +ALTER TABLE `player` DROP PRIMARY KEY, ADD PRIMARY KEY (`id`, `account_uid`);