-
Notifications
You must be signed in to change notification settings - Fork 124
Troubleshooting Migration from 2.0.x to 2.1.0
E. Lynette Rayle edited this page May 15, 2018
·
8 revisions
Add your migration experiences to this doc to help out your fellow migrators.
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
.