fixes wrong foreign keys on timesheet_tags join table (#1242)

This commit is contained in:
Kevin Papst
2019-11-14 01:57:58 +01:00
committed by GitHub
parent af0f89774e
commit 945562b34d
3 changed files with 64 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ use App\Doctrine\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
/**
* Creates user team tables.
* Adds missing foreign keys on tag table.
*
* @version 1.2
*/
@@ -23,7 +23,7 @@ final class Version20190729162655 extends AbstractMigration
{
public function getDescription(): string
{
return 'Fixes foreign keys on tag table';
return 'Adds missing foreign keys on tag table';
}
protected function isSupportingForeignKeys(): bool