Ignore:
Timestamp:
Aug 20, 2013, 11:49:01 PM (11 years ago)
Author:
chronos
Message:
  • Fixed: Install script didn't work.
  • Added: Log now also restore record request URL to database.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/UpdateTrace.php

    r553 r567  
    25672567}
    25682568
     2569function UpdateTo567($Manager)
     2570{
     2571  $Manager->Execute('ALTER TABLE `Log` ADD `URL` VARCHAR( 255 ) NOT NULL ;');
     2572}
     2573
    25692574$Updates = array(
    25702575        498 => array('Revision' => 506, 'Function' => 'UpdateTo506'),
     
    25742579        537 => array('Revision' => 539, 'Function' => 'UpdateTo539'),
    25752580        539 => array('Revision' => 543, 'Function' => 'UpdateTo543'),
     2581        543 => array('Revision' => 567, 'Function' => 'UpdateTo567'),
    25762582);
Note: See TracChangeset for help on using the changeset viewer.