Changeset 678 for trunk/admin/UpdateTrace.php
- Timestamp:
- Dec 29, 2013, 10:58:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/UpdateTrace.php
r666 r678 2679 2679 } 2680 2680 2681 function UpdateTo678($Manager) 2682 { 2683 $Manager->Execute('INSERT INTO `ExportVersion` (`Id` ,`ExportType` ,`ClientVersion`)VALUES (NULL , \'10\', \'11\');'); 2684 } 2685 2681 2686 2682 2687 $Updates = array( … … 2697 2702 639 => array('Revision' => 646 , 'Function' => 'UpdateTo646'), 2698 2703 646 => array('Revision' => 666 , 'Function' => 'UpdateTo666'), 2704 666 => array('Revision' => 678 , 'Function' => 'UpdateTo678'), 2699 2705 );
Note:
See TracChangeset
for help on using the changeset viewer.