Skip to content

Commit 708c2f7

Browse files
committed
[skip ci] cosmetics
1 parent b9330e1 commit 708c2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-start-console.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ main() {
8686
echo "FORCE_UPDATE_DB is set, updating database schema..."
8787
prisma db push --skip-generate --schema schema.prisma --accept-data-loss
8888
elif [ "$UPDATE_DB" != "0" ] && [ "$UPDATE_DB" != "no" ] && [ "$UPDATE_DB" != "false" ]; then
89-
echo "UPDATE_DB is set, updating database schema..."
89+
echo "Updating database schema..."
9090
prisma db push --skip-generate --schema schema.prisma
9191
fi
9292
echo "Starting the app"

0 commit comments

Comments
 (0)