Changeset 759 for trunk/Common/Setup/Updates.php
- Timestamp:
- Oct 26, 2015, 11:50:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Setup/Updates.php
r757 r759 1577 1577 ADD CONSTRAINT `FinanceInvoiceStorno_ibfk_2` FOREIGN KEY (`StornoOf`) REFERENCES `FinanceInvoice` (`Id`); 1578 1578 "); 1579 } 1580 1581 function UpdateTo759($Manager) 1582 { 1583 $Manager->Execute('ALTER TABLE `Scheduler` ADD `Duration` INT NOT NULL AFTER `Period`;'); 1579 1584 } 1580 1585 … … 1653 1658 748 => array('Revision' => 752, 'Function' => 'UpdateTo752'), 1654 1659 752 => array('Revision' => 755, 'Function' => 'UpdateTo755'), 1660 755 => array('Revision' => 759, 'Function' => 'UpdateTo759'), 1655 1661 )); 1656 1662 }
Note:
See TracChangeset
for help on using the changeset viewer.