Ignore:
Timestamp:
Jan 9, 2016, 1:08:20 PM (9 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/UpdateTrace.php

    r782 r785  
    17881788  ADD CONSTRAINT `VPS_ibfk_2` FOREIGN KEY (`OSTemplate`) REFERENCES `OSTemplate` (`Id`),
    17891789  ADD CONSTRAINT `VPS_ibfk_3` FOREIGN KEY (`Limits`) REFERENCES `VPSLimit` (`Id`);");
     1790}
     1791
     1792function UpdateTo785($Manager)
     1793{
     1794  $Manager->Execute('DROP TABLE `NetworkInterfaceStat`');
    17901795}
    17911796
     
    18701875      765 => array('Revision' => 768, 'Function' => 'UpdateTo768'),
    18711876      768 => array('Revision' => 770, 'Function' => 'UpdateTo770'),
     1877      770 => array('Revision' => 785, 'Function' => 'UpdateTo785'),
    18721878    ));
    18731879  }
Note: See TracChangeset for help on using the changeset viewer.