mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-27 13:29:32 +00:00
Fixed some minor issues in database schema of MySQL
This commit is contained in:
parent
65e1346a11
commit
aaf6c37871
2 changed files with 52 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue