Project

Profile

Help

Issue #5321

Updated by daviddavis over 4 years ago

In pulp_rpm, some several PRs have failed to include migration changes. This problem has been masked by the fact that the installer calls makemigrations[0]. 

 I think most (or all?) plugins have migrations in source control. If a plugin chooses not to check their migrations in, they can create a custom ansible prereq role to call makemigrations. 

 *Note: This is a breaking change and should be announced on pulp-dev.* 

 [0] https://github.com/pulp/ansible-pulp/blob/3ade5515d486ff6b688476fd17f1557aec4a06f0/roles/pulp-database/tasks/main.yml#L46-L50

Back