Changeset 722 for trunk/Common/Setup/Updates.php
- Timestamp:
- Jan 3, 2015, 8:20:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Setup/Updates.php
r720 r722 1122 1122 "VALUES (NULL , 'Vydané', ".$DbRow['Id'].", '".$ActionId."', '1');"); 1123 1123 } 1124 } 1125 1126 function UpdateTo722($Manager) 1127 { 1128 $Manager->Execute('ALTER TABLE `Service` DROP `CustomerCount`;'); 1124 1129 } 1125 1130 … … 1182 1187 718 => array('Revision' => 719, 'Function' => 'UpdateTo719'), 1183 1188 719 => array('Revision' => 720, 'Function' => 'UpdateTo720'), 1189 720 => array('Revision' => 722, 'Function' => 'UpdateTo722'), 1184 1190 )); 1185 1191 }
Note:
See TracChangeset
for help on using the changeset viewer.