From 7d9635df69a1169d05b2f8de3da46b71afbd4583 Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Wed, 29 Jun 2022 09:10:51 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e5471f506..deb745a54 100644 --- a/README.md +++ b/README.md @@ -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`