Skip to content

Commit

Permalink
docs: warning about migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
xappyyy committed Dec 26, 2023
1 parent 170694b commit b3bc7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Backend interface for the GearFestival website.
2. Run `go run ./src/` to start server.
3. Server should be running on `localhost:8080` and `localhost:54323/project/default/editor` for database editor.

Ensure to run `supabase stop` to close supabase after finishing your code.
Ensure to run `supabase stop` to close supabase after finishing your code. If there are migrations that haven't been applied to supabase, please run `supabase db reset` to apply migrations.

## Contributing

Expand Down

0 comments on commit b3bc7a2

Please sign in to comment.