improvements following review

This commit is contained in:
2021-10-01 16:32:05 +02:00
parent 461b96ea37
commit b3b54486b5
3 changed files with 124 additions and 169 deletions

View File

@@ -7,14 +7,11 @@ namespace Chill\Migrations\Task;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;
/**
* Auto-generated Migration: Please modify to your needs!
*/
final class Version20210909153533 extends AbstractMigration
{
public function getDescription(): string
{
return '';
return 'An accompanying period can be linked to a task. Key course_id is added to single task entity';
}
public function up(Schema $schema): void