Added descriptions to migrations.

This commit is contained in:
Jan Böhmer 2019-08-06 13:43:43 +02:00
parent d23d566612
commit a916c40aa3
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ final class Version1 extends AbstractMigration
{
public function getDescription() : string
{
return '';
return 'Creates an inital empty database';
}
public function up(Schema $schema) : void

View file

@ -16,7 +16,7 @@ final class Version20190805165134 extends AbstractMigration
{
public function getDescription() : string
{
return '';
return 'Upgrade database from old Part-DB 0.5 Version (dbVersion 16)';
}
public function up(Schema $schema) : void