Closed M4DProgrammer closed 6 years ago
On newer doctrine versions the creation of the schema fails with a foreign key constraint since the nullable type on the schema for the DBAL is deprecated, this is changed to notnull so the bundle keeps working as expected.
Doctrine message:
Fixes #204.
Ping @schmittjoh
@schmittjoh bump
On newer doctrine versions the creation of the schema fails with a foreign key constraint since the nullable type on the schema for the DBAL is deprecated, this is changed to notnull so the bundle keeps working as expected.
Doctrine message: