Skip to content

Commit

Permalink
fixup! Drop authtoken_version_index
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
  • Loading branch information
rullzer committed Jan 19, 2021
1 parent 0813ec2 commit c1fd9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Migrations/Version21000Date20210119195004.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
/** @var ISchemaWrapper $schema */
$schema = $schemaClosure();

$table = $schema->getTable('oc_authtoken');
$table = $schema->getTable('authtoken');
if ($table->hasIndex('authtoken_version_index')) {
$table->dropIndex('authtoken_version_index');
}
Expand Down

0 comments on commit c1fd9af

Please sign in to comment.