summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorsue445 <sue445@sue445.net>2019-05-16 17:19:17 +0900
committersue445 <sue445@sue445.net>2019-05-16 18:58:56 +0900
commit9618141dc73ce24da521e2305eed613889879d73 (patch)
tree2bb718076e8f97f81b83f136451259ec624cab9d /changelogs
parente8fe08fca2277b77f6e42a59ac8946b6cb9db098 (diff)
downloadgitlab-ce-9618141dc73ce24da521e2305eed613889879d73.tar.gz
Fix. db:migrate is failed on MySQL 8
``` StandardError: An error has occurred, all later migrations canceled: Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'system = true AND note LIKE '\_%\_'' at line 1: UPDATE notes SET note = trim(both '_' from note) WHERE system = true AND note LIKE '\_%\_' ```
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fix-db-migrate-is-failed-on-mysql8.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-db-migrate-is-failed-on-mysql8.yml b/changelogs/unreleased/fix-db-migrate-is-failed-on-mysql8.yml
new file mode 100644
index 00000000000..63f134808e3
--- /dev/null
+++ b/changelogs/unreleased/fix-db-migrate-is-failed-on-mysql8.yml
@@ -0,0 +1,5 @@
+---
+title: Fix. `db:migrate` is failed on MySQL 8
+merge_request: 28351
+author: sue445
+type: fixed