Changeset 716 for trunk/admin/UpdateTrace.php
- Timestamp:
- Jan 5, 2014, 5:10:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/UpdateTrace.php
r712 r716 2711 2711 } 2712 2712 2713 function UpdateTo716($Manager) 2714 { 2715 $Manager->Execute('ALTER TABLE `Export` ADD `Featured` TINYINT NOT NULL'); 2716 } 2717 2718 2713 2719 $Updates = array( 2714 2720 498 => array('Revision' => 506, 'Function' => 'UpdateTo506'), … … 2731 2737 678 => array('Revision' => 695 , 'Function' => 'UpdateTo695'), 2732 2738 695 => array('Revision' => 712 , 'Function' => 'UpdateTo712'), 2739 712 => array('Revision' => 716 , 'Function' => 'UpdateTo716'), 2733 2740 );
Note:
See TracChangeset
for help on using the changeset viewer.