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