mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9426 from creative-commoners/pulls/4.5/change-atomic-job-title
DOC Update atomic MigrationTask description
This commit is contained in:
commit
88660e6435
@ -55,7 +55,7 @@ class MigrationTask extends BuildTask
|
||||
|
||||
protected $title = "Database Migrations";
|
||||
|
||||
protected $description = "Provide atomic database changes (not implemented yet)";
|
||||
protected $description = "Provide atomic database changes (subclass this and implement yourself)";
|
||||
|
||||
public function run($request)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user