-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[12.0][MIG][ADD] openupgrade migrations #99
base: 12.0
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## 12.0 #99 +/- ##
==========================================
- Coverage 59.40% 55.49% -3.91%
==========================================
Files 119 100 -19
Lines 4069 3546 -523
Branches 618 564 -54
==========================================
- Hits 2417 1968 -449
+ Misses 1549 1500 -49
+ Partials 103 78 -25 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
7a8fc8a
to
783c3e3
Compare
@vvrossem I think that it has been used for two or three migration. Can we go for merging it ? |
@remytms ok to merge ? |
@remytms can we merge this ? |
We should no merge this PR as it will force to install So do no merge this PR. It stands here to not remove the 12.0-openugrade branch. |
783c3e3
to
4361523
Compare
…igration Previously, for some reason, these did not default to True, or somehow lost their truthiness during migration from v9 to v12. Whatever the case, this should make sure that doesn't happen. Signed-off-by: Carmen Bianca Bakker <[email protected]>
THIS PR IS NOT TO BE MERGED
The
12.0-openupgrade
branch is used for OpenUpgrade migrations.easy_my_coop
This solves the critical error
duplicate key value violates unique constraint "res_groups_name_uniq"
raised when using openupgrade.This error is due to the fact that
group_energiris_user
has been renamed asgroup_easy_my_coop_user
andgroup_energiris_manager
ingroup_easy_my_coop_manager
website_recaptcha_reloaded
9.0 -> 12.0