Fixed some minor issues in database schema of MySQL

This commit is contained in:
Jan Böhmer 2023-04-08 23:49:47 +02:00
parent 65e1346a11
commit aaf6c37871
2 changed files with 52 additions and 1 deletions

View file

@ -15,7 +15,7 @@ final class Version20230408170059 extends AbstractMultiPlatformMigration
{
public function getDescription(): string
{
return '';
return 'Add show_email_on_profile option';
}
public function mySQLUp(Schema $schema): void