Skip to content

Troubleshooting Migration from 2.0.x to 2.1.0

E. Lynette Rayle edited this page May 15, 2018 · 8 revisions

Are you migrating from 2.0.x to 2.1.0?

Add your migration experiences to this doc to help out your fellow migrators.


Change to PermissionTemplates

PermissionTemplates had a database migration changing column named admin_set_id to source_id. If you have code customizations for PermissionTemplates or have tests that create PermissionTemplates, you will need to rename admin_set_id to source_id.

Clone this wiki locally