Skip to content

Commit

Permalink
docs: apply migrations on supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
xappyyy committed Dec 26, 2023
1 parent 1a072d5 commit 170694b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ Ensure to run `supabase stop` to close supabase after finishing your code.
1. Wait for the code to be reviewed and merged
1. Repeat

> Note: Don't forget to always pull the latest changes from the dev branch before creating a new branch.
> Note: Don't forget to always pull the latest changes from the dev branch and apply migrations on supabase before creating a new branch.
>
> ```bash
> git pull origin dev
>
> supabase db reset
> ```
### Conventional Commit Format
Expand Down

0 comments on commit 170694b

Please sign in to comment.