Changeset 811 for trunk/admin/UpdateTrace.php
- Timestamp:
- May 28, 2014, 11:00:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/UpdateTrace.php
r803 r811 2806 2806 } 2807 2807 2808 function UpdateTo811($Manager) 2809 { 2810 $Manager->Execute('CREATE TABLE IF NOT EXISTS `BlackList` ( 2811 `Id` int(11) NOT NULL AUTO_INCREMENT, 2812 `Time` datetime NOT NULL, 2813 `IP` varchar(255) NOT NULL, 2814 PRIMARY KEY (`Id`) 2815 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;'); 2816 } 2817 2808 2818 $Updates = array( 2809 2819 498 => array('Revision' => 506, 'Function' => 'UpdateTo506'), … … 2833 2843 748 => array('Revision' => 787, 'Function' => 'UpdateTo787'), 2834 2844 787 => array('Revision' => 803, 'Function' => 'UpdateTo803'), 2845 803 => array('Revision' => 811, 'Function' => 'UpdateTo811'), 2835 2846 );
Note:
See TracChangeset
for help on using the changeset viewer.