Success
-
Success
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
-
Success
continuous-integration/travis-ci/push
The Travis CI build passed
Details
User tests:
Successful:
Unsuccessful:
Pull Request for Issue #781
Summary of Changes
This PR brings full support for the MySQL utf8mb4 charset to the application. Pertinent notes:
- utf8mb4 support is hardcoded enabled, GitHub is sending emoji characters over so there's no real way to NOT require this anymore
- Likewise that bumps the MySQL platform requirements to 5.5.3+ for the MySQL server
Database Migration
Run bin/jtracker database migrate
to execute the migration.
Testing Instructions
Validate all data is displayed and processed correctly after conversion.
mbabker
-
open
-
4 May 2016
mbabker
-
change
-
14 May 2016
The description was changed
mbabker
-
change
-
12 Jun 2016
The description was changed
Status |
New |
⇒ |
Fixed in Code Base |
Closed_Date |
0000-00-00 00:00:00 |
⇒ |
2016-06-12 18:53:04 |
Closed_By |
|
⇒ |
elkuku |
elkuku
-
close
-
12 Jun 2016
elkuku
-
merge
-
12 Jun 2016
Add a Comment
Login with GitHub to post a comment
Updated to use the new migrations feature. // @elkuku