Skip to content

Commit 548c003

Browse files
authored
Add new 5.2 branch to migration needs
Also abandoned 5.1 dev branch needs to be migrated from.
1 parent 2956a35 commit 548c003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE_BLOCKERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ For MySQL 8, either:
1818
The later option is not very pleasant.
1919
I believe the code I wrote over a year ago could allow us to support mysql 8, and that's in [this branch](https://github.com/bugzilla/harmony/blob/dylan/mysql-8)
2020

21-
# Upgrade Path from 4.4 & 5.0
21+
# Upgrade Path from 4.4, 5.0, 5.2, and 5.1
2222

23-
Code must be added to Bugzilla::DB::Install to support upgrading existing schemas from 4.4 and 5.0 installs.
23+
Code must be added to Bugzilla::DB::Install to support upgrading existing schemas from 4.4, 5.0, and 5.2 installs. In addition, we should provide a way to migrate from the abandoned 5.1 development branch, which has some feature mis-match with harmony.
2424

2525
Things to check:
2626
- Multiple aliases was reverted and we'll have to have code to handle that.

0 commit comments

Comments
 (0)