Changeset 762 for trunk/Common


Ignore:
Timestamp:
Nov 5, 2015, 9:38:59 AM (9 years ago)
Author:
chronos
Message:
  • Modified: Notification of network interface state now show separate state table for "Now online", "Now offline", "Still offline".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Setup/Updates.php

    r761 r762  
    15921592}
    15931593*/
     1594
     1595function UpdateTo762($Manager)
     1596{
     1597  $Manager->Execute('ALTER TABLE `NetworkDevice` ADD `OnlineNotify` INT NOT NULL AFTER `API`;');
     1598}
     1599
     1600
    15941601
    15951602class Updates
     
    16681675      752 => array('Revision' => 755, 'Function' => 'UpdateTo755'),
    16691676      755 => array('Revision' => 759, 'Function' => 'UpdateTo759'),
     1677      759 => array('Revision' => 762, 'Function' => 'UpdateTo762'),
    16701678    ));
    16711679  }
Note: See TracChangeset for help on using the changeset viewer.