Skip to content

Commit 7f767a6

Browse files
samrosekangmingtay
andauthored
Update migrations/README.md
Co-authored-by: Kang Ming <[email protected]>
1 parent cb8294e commit 7f767a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Then, in your main terminal window:
8989

9090
```shell
9191
# Set up the database URL for migrations
92-
export DATABASE_URL="postgres://postgres@localhost:5435/postgres?sslmode=disable"
92+
export DATABASE_URL="postgres://supabase_admin@localhost:5435/postgres?sslmode=disable"
9393

9494
# Create a new migration (make sure to specify the migrations directory)
9595
dbmate --migrations-dir="migrations/db/migrations" new '<some message>'

0 commit comments

Comments
 (0)