Skip to content

Commit

Permalink
[skip ci] cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Dec 6, 2024
1 parent b9330e1 commit 708c2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-start-console.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ main() {
echo "FORCE_UPDATE_DB is set, updating database schema..."
prisma db push --skip-generate --schema schema.prisma --accept-data-loss
elif [ "$UPDATE_DB" != "0" ] && [ "$UPDATE_DB" != "no" ] && [ "$UPDATE_DB" != "false" ]; then
echo "UPDATE_DB is set, updating database schema..."
echo "Updating database schema..."
prisma db push --skip-generate --schema schema.prisma
fi
echo "Starting the app"
Expand Down

0 comments on commit 708c2f7

Please sign in to comment.