Changeset 619 for trunk/Common/Setup/Updates.php
- Timestamp:
- Dec 26, 2013, 7:37:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Setup/Updates.php
r615 r619 523 523 } 524 524 525 function UpdateTo619($Manager) 526 { 527 $Manager->Execute('ALTER TABLE `UserOnline` ADD `StayLogged` INT NOT NULL ;'); 528 } 529 525 530 class Updates 526 531 { … … 554 559 597 => array('Revision' => 601, 'Function' => 'UpdateTo601'), 555 560 601 => array('Revision' => 615, 'Function' => 'UpdateTo615'), 561 615 => array('Revision' => 619, 'Function' => 'UpdateTo619'), 556 562 )); 557 563 }
Note:
See TracChangeset
for help on using the changeset viewer.