fix: Rollback change to DB upgrade 86

pull/8519/head
Tom King 2022-08-05 09:41:05 +01:00
parent 6546a20f5c
commit 64d508b4e3
1 changed files with 1 additions and 1 deletions

View File

@ -1683,7 +1683,7 @@ class AppModel extends Model
$this->__addIndex('cryptographic_keys', 'fingerprint');
break;
case 86:
$sqlArray[] = sprintf("ALTER table users MODIFY description text;");
$this->__addIndex('attributes', 'timestamp');
break;
case 87:
$sqlArray[] = "ALTER TABLE users ADD `last_api_access` INT(11) DEFAULT 0;";