From b215bac01dbbc8c0560cdc6ba1ccbb7667f58430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 12 Feb 2026 12:48:16 +0100 Subject: [PATCH] Update database generation command in install script (#11825) --- install/pangolin-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/pangolin-install.sh b/install/pangolin-install.sh index 04c5c9021..82f10e953 100644 --- a/install/pangolin-install.sh +++ b/install/pangolin-install.sh @@ -36,7 +36,7 @@ $STD npm ci $STD npm run set:sqlite $STD npm run set:oss rm -rf server/private -$STD npm run db:generate +$STD npm run db:sqlite:generate $STD npm run build $STD npm run build:cli cp -R .next/standalone ./