* fix division by zero
* cleanup required directories, check configured data directory, do not check for freetype support
* bump version number
This commit is contained in:
Kevin Papst
2021-09-24 14:47:40 +02:00
committed by GitHub
parent d026460106
commit 204e0bc179
5 changed files with 27 additions and 43 deletions

View File

@@ -21,7 +21,7 @@ final class Version20210717211144 extends AbstractMigration
{
public function getDescription(): string
{
return '';
return 'Adds the account column to the user table';
}
public function up(Schema $schema): void