From d60cd2ed8df64ff11654cd57f32314cbb2a27633 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Wed, 18 Oct 2023 20:40:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Issue=20with=20migrate=20script?= =?UTF-8?q?=20for=20node=2020=20(#1467)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🐛 Issue with migrate script for node 20 * 🐛 Wrong database url in example env file --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 8cdf80f91..db8aaac59 100644 --- a/.env.example +++ b/.env.example @@ -10,7 +10,7 @@ # should be updated accordingly. # Database -DATABASE_URL="file:../database/db.sqlite" +DATABASE_URL="file:./database/db.sqlite" # Next Auth # You can generate a new secret on the command line with: