Commit e7e0e8de authored by nimrod's avatar nimrod
Browse files

MySQL: Repair incompatibilities after an upgrade.

parent 594deee4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,3 +16,6 @@ pull:
run:
  extends: .compose-run
  tags: *tags
  after_script:
    # yamllint disable-line rule:line-length
    - docker-compose exec mysql sh -c 'mysql_upgrade -u root "--password=$MYSQL_ROOT_PASSWORD" --default-character-set=utf8mb4'