Changeset 572 for trunk/admin/Updates.php
- Timestamp:
- Sep 27, 2013, 12:54:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/Updates.php
r565 r572 369 369 } 370 370 371 function UpdateTo571($Manager) 372 { 373 $Manager->Execute('ALTER TABLE `NetworkDevice` ADD `LoginName` VARCHAR( 255 ) NOT NULL , 374 ADD `LoginPassword` VARCHAR( 255 ) NOT NULL ;'); 375 } 376 377 371 378 $Updates = array( 372 379 491 => array('Revision' => 493, 'Function' => 'UpdateTo493'), … … 389 396 550 => array('Revision' => 551, 'Function' => 'UpdateTo551'), 390 397 551 => array('Revision' => 565, 'Function' => 'UpdateTo565'), 398 565 => array('Revision' => 571, 'Function' => 'UpdateTo571'), 391 399 );
Note:
See TracChangeset
for help on using the changeset viewer.