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
Owner

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

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>
JoeBot added 1 commit 2026-04-09 09:16:29 -04:00
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>
JoeBot merged commit cefcc296fb into main 2026-04-09 09:16:35 -04:00
JoeBot deleted branch feature-deploy-script 2026-04-09 09:16:35 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: JoeBot/HOA_Financial_Platform#17
No description provided.