Changeset 460 for trunk/sql/updates/459.sql
- Timestamp:
- Nov 5, 2012, 10:12:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sql/updates/459.sql
r459 r460 2 2 3 3 ALTER TABLE `EmailQueue` CHANGE `Address` `To` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_czech_ci NOT NULL; 4 ALTER TABLE `EmailQueue` CHANGE `AttachmentFile` `AttachmentFile` INT( 11 ) NULL ; 5 UPDATE `EmailQueue` SET AttachmentFile = NULL WHERE AttachmentFile=0;
Note:
See TracChangeset
for help on using the changeset viewer.