PluginProbe
User Access Manager / trunk
User Access Manager vtrunk
2.3.20 2.3.19 2.3.18 2.3.17 2.3.16 2.3.15 2.3.14 2.3.13 trunk 0.6 0.6.1 0.6.2 0.7 0.7 Beta 0.7.0.1 0.8 0.8.0.1 0.8.0.2 0.9 0.9.1 0.9.1.1 0.9.1.2 0.9.1.3 0.9.1.4 1.0 All 136 releases
← All changes | src/Setup/Update/UpdateFactory.php +3 -1 2.3.13trunk View file →
@@ -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 }