| @@ -25,8 +25,10 @@ | ||
| 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) | |
| 29 | + new DatabaseUpdate6($this->database, $this->objectHandler), | |
| 30 | + new DatabaseUpdate7($this->database, $this->objectHandler), | |
| 31 | + new DatabaseUpdate8($this->database, $this->objectHandler) | |
| 30 | 32 | ]; |
| 31 | 33 | } |
| 32 | 34 | } |