diff --git a/backend/migrations-init/m241105_111349_add_speed_programming_url_routes.php b/backend/migrations-init/m241105_111349_add_speed_programming_url_routes.php index 8c8b6e868..b6d1d5984 100644 --- a/backend/migrations-init/m241105_111349_add_speed_programming_url_routes.php +++ b/backend/migrations-init/m241105_111349_add_speed_programming_url_routes.php @@ -15,6 +15,7 @@ public function safeUp() $this->upsert('url_route', ['source' => 'speed', 'destination' => 'speedprogramming/default/index'], true); $this->upsert('url_route', ['source' => 'speed/', 'destination' => 'speedprogramming/default/view'], true); $this->upsert('url_route', ['source' => 'speed//answer', 'destination' => 'speedprogramming/default/answer'], true); + $this->upsert('sysconfig', ['id' => 'module_speedprogramming_disabled', 'val' => 1], true); } /**