Skip to content

Commit

Permalink
chore: additional handling on post-upgrade generated sql execution
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc authored and darora committed Jul 22, 2024
1 parent 603dd2c commit 8028575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function run_generated_sql {
if [ -d /data/sql ]; then
for FILE in /data/sql/*.sql; do
if [ -f "$FILE" ]; then
run_sql -f "$FILE"
run_sql -f "$FILE" || true
fi
done
fi
Expand Down

0 comments on commit 8028575

Please sign in to comment.