3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Add note about orphaned quantities to migration doc.

This commit is contained in:
Michael Stenta 2021-03-01 08:15:19 -05:00
parent 4041a46715
commit a8350acca0

View file

@ -169,3 +169,11 @@ After running the migration with this setting, warnings for each log will be
stored, and can be viewed with:
drush migrate:messages [migration_id]
### Quantities
The farmOS 2.x migration creates all Quantity entities before it creates the
Log entities that reference them. This means that it is possible to end up with
orphaned quantities, if for instance you do not migrate all of your log types
from farmOS 1.x. There is no built-in way to clean these up currently, so it is
recommended that all log types be migrated.