Changeset 627 for trunk/Common/Setup/Updates.php
- Timestamp:
- Jan 2, 2014, 12:42:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Setup/Updates.php
r623 r627 536 536 } 537 537 538 function UpdateTo627($Manager) 539 { 540 $Manager->Execute('ALTER TABLE `FinanceInvoice` CHANGE `TimeCreation` `Time` DATETIME NOT NULL DEFAULT "0000-00-00 00:00:00";'); 541 $Manager->Execute('ALTER TABLE `FinanceYear` ADD `Closed` INT NOT NULL ;'); 542 } 543 538 544 class Updates 539 545 { … … 569 575 615 => array('Revision' => 619, 'Function' => 'UpdateTo619'), 570 576 619 => array('Revision' => 620, 'Function' => 'UpdateTo620'), 577 620 => array('Revision' => 627, 'Function' => 'UpdateTo627'), 571 578 )); 572 579 }
Note:
See TracChangeset
for help on using the changeset viewer.