mirror of
https://github.com/supabase/setup-cli.git
synced 2025-12-08 16:16:25 +00:00
prettier
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
Migrations are programmatic changes to your database. They are usually checked into Git.
|
Migrations are programmatic changes to your database. They are usually checked into Git.
|
||||||
|
|
||||||
|
|
||||||
## Testing your migrations
|
## Testing your migrations
|
||||||
|
|
||||||
Inside your repository, create a new file inside the `.github/workflows` folder called `test-migrations.yml`.
|
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 init
|
||||||
- run: supabase db start
|
- run: supabase db start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user