From 7875907ceef88b835450e5d35d3bbbecc84ee436 Mon Sep 17 00:00:00 2001 From: Aggrey Lelei Date: Wed, 19 Feb 2025 12:50:29 +0300 Subject: [PATCH] Edited the order of bash scripts execution for a smoother installation and deployment. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae49083e1..d9aee680d 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ DATABASE_URL= # Required: PostgreSQL connection string ### Update the PostgreSQL database accordingly -Drizzle will apply the schema migrations set in the .env +Drizzle will apply the schema migrations set in `.env` ```bash pnpm db:push