Changeset 763 for trunk/Common/Setup/Updates.php
- Timestamp:
- Nov 5, 2015, 9:56:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Setup/Updates.php
r762 r763 1598 1598 } 1599 1599 1600 function UpdateTo763($Manager) 1601 { 1602 $Manager->Execute('ALTER TABLE `NetworkInterface` ADD `OnlineNotify` INT NOT NULL AFTER `LastOnline`;'); 1603 $Manager->Execute('ALTER TABLE `NetworkDevice` DROP `OnlineNotify`;'); 1604 } 1600 1605 1601 1606 … … 1676 1681 755 => array('Revision' => 759, 'Function' => 'UpdateTo759'), 1677 1682 759 => array('Revision' => 762, 'Function' => 'UpdateTo762'), 1683 762 => array('Revision' => 763, 'Function' => 'UpdateTo763'), 1678 1684 )); 1679 1685 }
Note:
See TracChangeset
for help on using the changeset viewer.