Author: david
Date: Thu Aug  2 16:45:06 2012
New Revision: 12033

Log:
Cosmetic change - add comment for case 90

Modified:
   trunk/lib/task/migrate/arUpgrader120.class.php

Modified: trunk/lib/task/migrate/arUpgrader120.class.php
==============================================================================
--- trunk/lib/task/migrate/arUpgrader120.class.php      Thu Aug  2 16:20:11 
2012        (r12032)
+++ trunk/lib/task/migrate/arUpgrader120.class.php      Thu Aug  2 16:45:06 
2012        (r12033)
@@ -410,6 +410,7 @@
 
         break;
 
+      // Make property_i18n.value field TEXT to accommodate pdf text (r12026)
       case 90:
         $sql = 'ALTER TABLE `property_i18n` MODIFY `value` TEXT;';
         QubitPdo::modify($sql);

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to