Changeset 517 for trunk/admin/Updates.php
- Timestamp:
- Apr 14, 2013, 2:36:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/Updates.php
r515 r517 234 234 } 235 235 236 function UpdateTo517($Manager) 237 { 238 $Manager->Execute("ALTER TABLE `Log` ADD `IPAddress` VARCHAR( 16 ) NOT NULL"); 239 } 240 241 236 242 $Updates = array( 237 243 491 => array('Revision' => 493, 'Function' => 'UpdateTo493'), … … 246 252 505 => array('Revision' => 507, 'Function' => 'UpdateTo507'), 247 253 507 => array('Revision' => 515, 'Function' => 'UpdateTo515'), 254 515 => array('Revision' => 517, 'Function' => 'UpdateTo517'), 248 255 ); 249 256
Note:
See TracChangeset
for help on using the changeset viewer.