Changeset 679 for trunk/Common/Setup/Updates.php
- Timestamp:
- Jul 26, 2014, 9:25:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Setup/Updates.php
r678 r679 879 879 } 880 880 881 function UpdateTo679($Manager) 882 { 883 $Manager->Execute('ALTER TABLE `NetworkDevice` ADD `Product` INT NOT NULL AFTER `Id` , 884 ADD INDEX ( `Product` ) ;'); 885 } 886 881 887 class Updates 882 888 { … … 926 932 674 => array('Revision' => 676, 'Function' => 'UpdateTo676'), 927 933 676 => array('Revision' => 678, 'Function' => 'UpdateTo678'), 934 678 => array('Revision' => 679, 'Function' => 'UpdateTo679'), 928 935 )); 929 936 }
Note:
See TracChangeset
for help on using the changeset viewer.