Skip to content

Commit

Permalink
migration bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan committed May 19, 2024
1 parent 67d4ae4 commit 7cf7975
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions inc/migrations/v520b4.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,5 @@ protected function alterTablesAfter(): bool {

return true;
}

/**
* Returns new version, e. g. from version.txt
* @return string
*/
protected function getNewVersion() : string
{
return '5.2.0-b4';
}

}

0 comments on commit 7cf7975

Please sign in to comment.