Changeset 762 for trunk/Common/Setup/Updates.php
- Timestamp:
- Nov 5, 2015, 9:38:59 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Setup/Updates.php
r761 r762 1592 1592 } 1593 1593 */ 1594 1595 function UpdateTo762($Manager) 1596 { 1597 $Manager->Execute('ALTER TABLE `NetworkDevice` ADD `OnlineNotify` INT NOT NULL AFTER `API`;'); 1598 } 1599 1600 1594 1601 1595 1602 class Updates … … 1668 1675 752 => array('Revision' => 755, 'Function' => 'UpdateTo755'), 1669 1676 755 => array('Revision' => 759, 'Function' => 'UpdateTo759'), 1677 759 => array('Revision' => 762, 'Function' => 'UpdateTo762'), 1670 1678 )); 1671 1679 }
Note:
See TracChangeset
for help on using the changeset viewer.