dummy commit for docker token check

This commit is contained in:
Gareth
2025-07-30 20:44:05 -04:00
parent 6a912b7d8c
commit addf36a304

View File

@@ -13,3 +13,5 @@ if [ -z "$DB_VERSION" ] || [ "$DB_VERSION" != "$FILE_VERSION" ]; then
else
echo "✅ Schema is up to date (version $DB_VERSION)."
fi
####################