[19.0][OU-ADD] hr_attendance + hr_recruitment_skills: pre-migration column renames#5635
Open
dnplkndll wants to merge 1 commit into
Open
[19.0][OU-ADD] hr_attendance + hr_recruitment_skills: pre-migration column renames#5635dnplkndll wants to merge 1 commit into
dnplkndll wants to merge 1 commit into
Conversation
376a431 to
ada78a5
Compare
5e2eb6c to
0ce47ad
Compare
0ce47ad to
6cac1d5
Compare
Author
|
ready for review @MiquelRForgeFlow @pedrobaeza |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-migration column-rename scripts for two model-rename refactors in 4
hr_*submodules:hr_attendance,hr_holidays_attendance,hr_skills,hr_recruitment_skills. Companion to #5634 (13 simple submodules).Two model renames already in
apriori.renamed_models:hr.attendance.overtime→hr.attendance.overtime.line(hr_attendance, hr_holidays_attendance)hr.candidate.skill→hr.applicant.skill(hr_recruitment_skills)Apriori handles both via
update_module_names/rename_modelsin base/19.0.1.3/pre-migration. Plus a small pre-migration inhr_recruitment_skillsto seed thehr_applicant_hr_skill_reljoin table from the legacy table name.