Skip to content

Commit 6461c84

Browse files
authored
Add description to DB migration
1 parent 77c2a2f commit 6461c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Migrations/Mysql/Version20190610144513.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Version20190610144513 extends AbstractMigration
1515
*/
1616
public function getDescription()
1717
{
18-
return '';
18+
return 'Migrate to completely new model';
1919
}
2020

2121
/**

0 commit comments

Comments
 (0)