revert version increment in database upgrade

This commit is contained in:
El RIDO 2024-05-25 09:14:24 +02:00
parent 1264418102
commit b96c8ae531

View file

@ -914,7 +914,7 @@ class Database extends AbstractData
);
}
// no break, continue with updates for all newer versions
case '1.7.3':
case '1.7.2':
$supportsDropColumn = true;
if ($this->_type === 'sqlite') {
try {