mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
BlogMigrationTask missing title and description
Otherwise shows up in dev/tasks/ as "Database Migrations"
This commit is contained in:
parent
3e298b7b10
commit
fef1462f56
@ -2,6 +2,9 @@
|
||||
|
||||
class BlogMigrationTask extends MigrationTask
|
||||
{
|
||||
protected $title = "Legacy blog migration to 2.x task";
|
||||
protected $description = "Provide atomic database changes (not implemented yet)";
|
||||
|
||||
/**
|
||||
* Should this task be invoked automatically via dev/build?
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user