uuid rules are now designed to be used at once (#1937)

uuid rules are now designed to be used at once
This commit is contained in:
Tomáš Votruba 2019-08-31 14:08:07 +02:00 committed by GitHub
commit 705024674c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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