Does anyone have recommendations on doing a database level deployment of changes to definitions to Profiles that I have made on a development instance of Dolphin and now want to move to the production site? From what I can tell, at a minimum I need to deal with:
- changes to the Profile table (alter table to add new columns, change existing ones)
- changes to sys_profile_fields
- changes to sys_pre_values (predefined values)
- changes to language keys
- changes to page builder entries for join, edit, view, search, etc.
It seems like doing this manually would be mind numbing. Dropping and recreating all of the affected tables except Profiles seems like the most reliable approach but I'm not sure how what the minimum set of tables would be.
I don't want to migrate any user data, just the definitions associated with profiles.
Thanks!
Peter