mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Added descriptions to migrations.
This commit is contained in:
parent
d23d566612
commit
a916c40aa3
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue