|
@@ -70,7 +70,7 @@ if [[ ! -d "$UPDATES_DIR" ]]; then
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
# Find update scripts
|
|
# 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
|
|
if [[ ${#update_scripts[@]} -eq 0 ]]; then
|
|
|
echo "No update scripts found in $UPDATES_DIR."
|
|
echo "No update scripts found in $UPDATES_DIR."
|