From 20f0b4acc4a3b55fc878a2a0a4459d6b34d26ce4 Mon Sep 17 00:00:00 2001 From: Copple <10214025+kiwicopple@users.noreply.github.com> Date: Thu, 20 Jul 2023 12:53:42 -0700 Subject: [PATCH] prettier --- docs/migrations.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/migrations.md b/docs/migrations.md index 82bd9a6..50a2aa2 100644 --- a/docs/migrations.md +++ b/docs/migrations.md @@ -2,7 +2,6 @@ Migrations are programmatic changes to your database. They are usually checked into Git. - ## Testing your migrations Inside your repository, create a new file inside the `.github/workflows` folder called `test-migrations.yml`. @@ -24,4 +23,3 @@ jobs: - run: supabase init - run: supabase db start ``` -