Skip to content
Snippets Groups Projects

External String IDs

Merged Timm Fitschen requested to merge f-external-ids into dev
25 files
+ 391
269
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -69,7 +69,7 @@ unittests-mysql-8:
# Should not stop the pipeline from continuing.
allow_failure: true
services:
- name: mysql:8.0
- name: mysql:8.0.32
command: ["--default-authentication-plugin=mysql_native_password"]
script:
@@ -84,7 +84,7 @@ unittests-mysql-5:
# Should not stop the pipeline from continuing.
allow_failure: true
services:
- name: mysql:5.7
- name: mysql:5.7.36
command: ["--default-authentication-plugin=mysql_native_password"]
script:
Loading