You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mods-for-HESK-Netsyms/install/migrations/v170/UpdateVersion.php

15 lines
269 B
PHP

<?php
namespace v170;
class UpdateVersion extends \AbstractMigration {
function up($hesk_settings) {
$this->updateVersion('1.7.0', $hesk_settings);
}
function down($hesk_settings) {
$this->updateVersion('1.6.1', $hesk_settings);
}
}