We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8294e commit 7f767a6Copy full SHA for 7f767a6
migrations/README.md
@@ -89,7 +89,7 @@ Then, in your main terminal window:
89
90
```shell
91
# Set up the database URL for migrations
92
-export DATABASE_URL="postgres://postgres@localhost:5435/postgres?sslmode=disable"
+export DATABASE_URL="postgres://supabase_admin@localhost:5435/postgres?sslmode=disable"
93
94
# Create a new migration (make sure to specify the migrations directory)
95
dbmate --migrations-dir="migrations/db/migrations" new '<some message>'
0 commit comments