Ignore:
Timestamp:
Nov 5, 2012, 10:12:56 PM (12 years ago)
Author:
chronos
Message:
  • Opraveno: Odesílání emailů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sql/updates/459.sql

    r459 r460  
    22
    33ALTER TABLE `EmailQueue` CHANGE `Address` `To` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_czech_ci NOT NULL;
     4ALTER TABLE `EmailQueue` CHANGE `AttachmentFile` `AttachmentFile` INT( 11 ) NULL ;
     5UPDATE `EmailQueue` SET AttachmentFile = NULL WHERE AttachmentFile=0;
Note: See TracChangeset for help on using the changeset viewer.