From 3d44fc1eba42391005d3dd24e58d861c58016bc5 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 23 Oct 2023 11:28:34 +0200 Subject: [PATCH] updated the block --- .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 4775d5ba..84daf285 100644 --- a/.github/workflows/test_migration.yml +++ b/.github/workflows/test_migration.yml @@ -61,4 +61,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 Block with all the details
" }' + --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
" }'