Ignore:
Timestamp:
Oct 26, 2015, 12:27:20 AM (9 years ago)
Author:
chronos
Message:
  • Modified: Notification about network state should send only state changes.
File:
1 edited

Legend:

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

    r756 r757  
    15241524{
    15251525  $Manager->Database->query('INSERT INTO `SchedulerAction` (`Id`, `Name`, `Class`) '.
    1526     'VALUES (NULL, "Kontrola změn stavů", "SchedulerNotifyCheck");');
     1526    'VALUES (NULL, "Kontrola změn stavů", "ScheduleNotifyCheck");');
    15271527
    15281528  $Manager->Database->query('
     
    15321532  `Contact` int(11) NOT NULL,
    15331533  `Period` int(11) NOT NULL,
     1534  `LastTime` datetime NOT NULL,
    15341535  PRIMARY KEY (`Id`),
    15351536  KEY `User` (`User`),
Note: See TracChangeset for help on using the changeset viewer.