Commit Graph

12 Commits

Author SHA1 Message Date
paul121 a847724a46 Save quantities as a pseudo field in the farm_migrate_log migration group.
This is necessary so that individual log types can use pseudo fields in
the "quantity" process if they override it themselves.

When a migration group defines shared_configuration processes that are
overwritten by a migration, the processes are still executed in the
order defined by the migration group. This prevents an individual
migration from using its own pseudo fields for a process that it
overrides.
2021-09-22 14:45:20 -04:00
Michael Stenta 1cd75d2fac Consolidate all quantity migrations into farm_migrate_log migration group. 2021-02-05 12:23:20 -05:00
paul121 667531d3d3 Inherit log uid, created and changed properties when migrating quantities. 2021-02-05 12:23:20 -05:00
paul121 99e8fb77fa Fix typo in comment of log migrations. 2021-02-05 12:23:20 -05:00
paul121 5ff731a257 Add process to migrate quantity field collections to farm_quantity entities on all log types. 2021-02-05 12:23:20 -05:00
Michael Stenta f619dfb1c9 Create separate migration groups for assets, logs, and taxonomy terms with shared configuration. 2020-10-11 17:32:58 -04:00
Michael Stenta 6829453d7e Refactor all general entity type migrations into separate bundle specific migrations + general/common field migrations. 2020-10-11 12:19:04 -04:00
Michael Stenta 9c3d25f9fe Remove asset and log type specific migrations that don't provide additional fields. 2020-10-11 12:18:03 -04:00
Michael Stenta 78f8397720 Refactor asset and log migrations into generic entity type migration (for common fields) and bundle-specific migrations (for bundle-specific fields). 2020-10-07 20:25:35 -04:00
Michael Stenta 160c45a45e Migrate file and image field data for all assets and logs. 2020-10-07 13:28:25 -04:00
Michael Stenta 7c3886be47 Use skip_on_empty process plugin for uid, in case uid is 0 in source database. 2020-09-30 15:45:16 -04:00
Michael Stenta 5d7bf35384 Migrations for all log types - basic fields only. 2020-09-30 10:51:17 -04:00