Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ Adds a prefix to all table names.

**Migrations Note**

Migrations are not applied automatically, so you will need to run them after
you've built gotrue.
Migrations are applied automatically when you run `./gotrue`. However, you also have the option to rerun the migrations via the following methods:

- If built locally: `./gotrue migrate`
- Using Docker: `docker run --rm gotrue gotrue migrate`
Expand Down