rector/config/set/doctrine/doctrine-id-to-uuid.yaml

7 lines
277 B
YAML
Raw Normal View History

services:
# first, run these rules
2019-08-27 18:23:50 +02:00
Rector\Doctrine\Rector\Class_\AddUuidToEntityWhereMissingRector: ~
Rector\Doctrine\Rector\Class_\AddUuidMirrorForRelationPropertyRector: ~
2019-08-28 12:05:26 +02:00
# then run this to validate the change: bin/console doctrine:schema:update --dump-sql