Files
appstore/apps/podfetch/latest/scripts/upgrade.sh
T
2026-08-01 02:30:16 +08:00

6 lines
120 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
# PodFetch applies its database migrations when the new container starts.
exit 0