From cd7139e85b6408e7bace3b14da3852ed4785aaa1 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 23 Oct 2023 11:31:14 +0200 Subject: [PATCH] test concurrecny --- .github/workflows/test_migration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_migration.yml b/.github/workflows/test_migration.yml index a7e5cd8c..bedae278 100644 --- a/.github/workflows/test_migration.yml +++ b/.github/workflows/test_migration.yml @@ -64,4 +64,4 @@ jobs: ${{ github.event.pull_request.comments_url }} \ -H "Content-Type: application/json" \ -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ - --data '{ "body": "Found the following differences in the sql schema:
To get from local migrations to auto migration state one woud need to Updated block
" }' + --data '{ "body": "Found the following differences in the sql schema:
To get from local migrations to auto migration state one would need to Test concurrency
" }'