revert version increment in database upgrade
This commit is contained in:
parent
1264418102
commit
b96c8ae531
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue