Changeset 515 for trunk/admin/Updates.php
- Timestamp:
- Apr 8, 2013, 11:15:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/Updates.php
r509 r515 229 229 } 230 230 231 function UpdateTo515($Manager) 232 { 233 $Manager->Execute("ALTER TABLE `PermissionUserAssignment` CHANGE `User` `User` INT( 11 ) NULL"); 234 } 235 231 236 $Updates = array( 232 237 491 => array('Revision' => 493, 'Function' => 'UpdateTo493'), 233 238 493 => array('Revision' => 494, 'Function' => 'UpdateTo494'), 234 239 494 => array('Revision' => 495, 'Function' => 'UpdateTo495'), … … 240 245 502 => array('Revision' => 505, 'Function' => 'UpdateTo505'), 241 246 505 => array('Revision' => 507, 'Function' => 'UpdateTo507'), 247 507 => array('Revision' => 515, 'Function' => 'UpdateTo515'), 242 248 ); 243 249
Note:
See TracChangeset
for help on using the changeset viewer.