diff options
Diffstat (limited to 'apply-updates.sh')
| -rwxr-xr-x | apply-updates.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apply-updates.sh b/apply-updates.sh index ae13767..76c3519 100755 --- a/apply-updates.sh +++ b/apply-updates.sh @@ -70,7 +70,7 @@ if [[ ! -d "$UPDATES_DIR" ]]; then fi # Find update scripts -update_scripts=($(find "$UPDATES_DIR" -name "update_*.sql" | sort)) +update_scripts=($(find "$UPDATES_DIR" -name "update_003*.sql" | sort)) if [[ ${#update_scripts[@]} -eq 0 ]]; then echo "No update scripts found in $UPDATES_DIR." |
