aboutsummaryrefslogtreecommitdiff
path: root/apply-updates.sh
diff options
context:
space:
mode:
authorUMTS at Teleco <crt@teleco.ch>2026-01-08 03:05:33 +0100
committerUMTS at Teleco <crt@teleco.ch>2026-01-08 03:05:33 +0100
commit0c7c41f8586378511633b19d44510318108b2bf7 (patch)
tree0cc26e2c4974e3aed474fd1833098f1099ddda29 /apply-updates.sh
parent14efd7487c042d0bb707fa793749ce907aa75ec3 (diff)
mmm
Diffstat (limited to 'apply-updates.sh')
-rwxr-xr-xapply-updates.sh2
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."