diff --git a/resources/annotated.meta-storm.xml b/resources/annotated.meta-storm.xml index 5e1dfbc6..24aeedb9 100644 --- a/resources/annotated.meta-storm.xml +++ b/resources/annotated.meta-storm.xml @@ -1,14 +1,33 @@ + + + + + + + + + + + + + + + + + + + diff --git a/resources/relations.meta-storm.xml b/resources/relations.meta-storm.xml index 7fd218fb..079f7feb 100644 --- a/resources/relations.meta-storm.xml +++ b/resources/relations.meta-storm.xml @@ -1,26 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -29,22 +103,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/docker-compose.yml b/tests/docker-compose.yml index 7bbf8d8b..9c4b5111 100644 --- a/tests/docker-compose.yml +++ b/tests/docker-compose.yml @@ -3,7 +3,6 @@ version: "3" services: sqlserver: image: mcr.microsoft.com/mssql/server:2019-latest - restart: always ports: - "11433:1433" environment: @@ -12,7 +11,6 @@ services: mysql_latest: image: mysql:8.0 - restart: always command: --default-authentication-plugin=mysql_native_password ports: - "13306:3306" @@ -23,7 +21,6 @@ services: postgres: image: postgres:12 - restart: always ports: - "15432:5432" environment: