From 26034dde042fb6da300c0477119cb35e34603298 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 23 Oct 2023 13:46:06 +0200 Subject: [PATCH] tested if the formatting works --- .github/workflows/test_migration.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_migration.yml b/.github/workflows/test_migration.yml index 8a0e7b94..b9f346fc 100644 --- a/.github/workflows/test_migration.yml +++ b/.github/workflows/test_migration.yml @@ -73,19 +73,19 @@ jobs: Found the following differences in the sql schema:
To get from local migrations to auto migration state one would need to - + ```sql ${{ steps.diff_migrations.outputs.local_to_auto }} ``` - +
To get from auto migrations to local migration state one would need to - + ```sql ${{ steps.diff_migrations.outputs.auto_to_local }} ``` - +
edit-mode: replace reactions: eyes