Ignore:
Timestamp:
Jan 5, 2014, 5:10:40 PM (11 years ago)
Author:
maron
Message:
  • Added: Featured export by Database
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/UpdateTrace.php

    r712 r716  
    27112711}
    27122712
     2713function UpdateTo716($Manager)
     2714{
     2715        $Manager->Execute('ALTER TABLE  `Export` ADD  `Featured` TINYINT NOT NULL');   
     2716}
     2717
     2718
    27132719$Updates = array(
    27142720        498 => array('Revision' => 506, 'Function' => 'UpdateTo506'),
     
    27312737        678 => array('Revision' => 695 , 'Function' => 'UpdateTo695'),
    27322738        695 => array('Revision' => 712 , 'Function' => 'UpdateTo712'),
     2739        712 => array('Revision' => 716 , 'Function' => 'UpdateTo716'),
    27332740);
Note: See TracChangeset for help on using the changeset viewer.