server/sql/333/2_mail.sql
2010-03-25 15:33:22 +03:00

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...