mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
3 lines
184 B
SQL
3 lines
184 B
SQL
alter table `characters`.`mail` drop column `itemTextId`;
|
|
|
|
--- UPDATE `mail` SET `body`=(SELECT `text` FROM `item_text` WHERE `id`=`mail`.`itemtextid`) --- well i'm not good in SQL...
|