fix: resolve unbound variable error in deploy script migration check #17

Merged
JoeBot merged 1 commits from feature-deploy-script into main 2026-04-09 09:16:35 -04:00

1 Commits

Author SHA1 Message Date
2aad137bd7 fix: resolve unbound variable error in deploy script migration check
The APPLIED_MIGRATIONS associative array triggered "unbound variable"
under set -u when empty (first run / seed-existing). Fix by initializing
with =() and using a safe helper function with ${:-} default syntax.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 09:15:54 -04:00