Changeset 633 for trunk/Common/Setup/Updates.php
- Timestamp:
- Jan 5, 2014, 11:32:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Setup/Updates.php
r632 r633 557 557 } 558 558 559 function UpdateTo633($Manager) 560 { 561 $Manager->Execute('ALTER TABLE `UserOnline` ADD `StayLoggedHash` VARCHAR( 40 ) NOT NULL ;'); 562 } 563 559 564 class Updates 560 565 { … … 592 597 620 => array('Revision' => 627, 'Function' => 'UpdateTo627'), 593 598 627 => array('Revision' => 632, 'Function' => 'UpdateTo632'), 599 632 => array('Revision' => 633, 'Function' => 'UpdateTo633'), 594 600 )); 595 601 }
Note:
See TracChangeset
for help on using the changeset viewer.