| @@ -25,10 +25,8 @@ | ||
| 25 | 25 | new DatabaseUpdate2($this->database, $this->objectHandler), |
| 26 | 26 | new DatabaseUpdate3($this->database, $this->objectHandler), |
| 27 | 27 | new DatabaseUpdate4($this->database, $this->objectHandler), |
| 28 | 28 | new DatabaseUpdate5($this->database, $this->objectHandler), |
| 29 | - new DatabaseUpdate6($this->database, $this->objectHandler), | |
| 30 | - new DatabaseUpdate7($this->database, $this->objectHandler), | |
| 31 | - new DatabaseUpdate8($this->database, $this->objectHandler) | |
| 29 | + new DatabaseUpdate6($this->database, $this->objectHandler) | |
| 32 | 30 | ]; |
| 33 | 31 | } |
| 34 | 32 | } |