mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-09 16:59:03 +01:00
Added descriptions to migrations.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user