Ignore:
Timestamp:
Sep 18, 2016, 6:41:49 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Use TinyMCE editor for news content.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/UpdateTrace.php

    r831 r839  
    20312031  $Manager->Execute('UPDATE `Service` SET `InternetSpeedMin`=`InternetSpeedMin`*1000;');
    20322032  $Manager->Execute('UPDATE `Service` SET `InternetSpeedMax`=`InternetSpeedMax`*1000;');
     2033}
     2034
     2035function UpdateTo838($Manager)
     2036{
     2037  $Manager->Execute('ALTER TABLE `News` CHANGE `Date` `Date` DATETIME NULL, CHANGE `TargetDate` `TargetDate` DATETIME NULL;');
    20332038}
    20342039
     
    21262131      818 => array('Revision' => 824, 'Function' => 'UpdateTo824'),
    21272132      824 => array('Revision' => 831, 'Function' => 'UpdateTo831'),
     2133      831 => array('Revision' => 838, 'Function' => 'UpdateTo838'),
    21282134    ));
    21292135  }
Note: See TracChangeset for help on using the changeset viewer.