Skip to content
Snippets Groups Projects

EHN: Add new base schema (db_5_0.sql) for installation

Merged Timm Fitschen requested to merge f-installer into dev
+ 4
3
@@ -87,9 +87,10 @@ unittests-mysql-5:
command: ["--default-authentication-plugin=mysql_native_password"]
script:
# remove autotap because the checks of (autogenerated) names of constraints
# and the checks of column default values don't work with mysql
- rm tests/test_autotap.sql
# remove some lines from autotap because the checks of column default
# values don't work with mysql-5
- sed -i "/col_default_is.*NULL/d" tests/test_autotap.sql
- sed -i "/col_default_is.*INACTIVE/d" tests/test_autotap.sql
- make pipeline-test SQL_HOST=mysql
######## Deploy ########
Loading