rector/config/set/doctrine/doctrine-id-to-uuid.yaml
2019-08-31 14:07:32 +02:00

7 lines
277 B
YAML

services:
# first, run these rules
Rector\Doctrine\Rector\Class_\AddUuidToEntityWhereMissingRector: ~
Rector\Doctrine\Rector\Class_\AddUuidMirrorForRelationPropertyRector: ~
# then run this to validate the change: bin/console doctrine:schema:update --dump-sql