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