From a20ed02ea789fa945c5e5fcb504e5890bf03b1e6 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 23 Oct 2023 12:34:16 +0200 Subject: [PATCH] tested a different formatting --- .github/workflows/test_migration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test_migration.yml b/.github/workflows/test_migration.yml index e1b75b4c..03637ee1 100644 --- a/.github/workflows/test_migration.yml +++ b/.github/workflows/test_migration.yml @@ -70,7 +70,11 @@ jobs: Found the following differences in the sql schema:
To get from local migrations to auto migration state one would need to + + ```sql ${{join(steps.diff_migrations.outputs.*, '\n')}} + ``` +
edit-mode: replace reactions: eyes