feat(g0v0-migrate): implement g0v0 migration system with plugin support (#97)

For details please view the PR.

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
MingxuanGame
2025-12-13 17:56:34 +08:00
committed by GitHub
parent 511150cc4c
commit bb181d930a
13 changed files with 749 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ done
echo "Database connected."
echo "Running alembic..."
uv run --no-sync alembic upgrade head
uv run --no-sync g0v0-migrate upgrade-all
# 把控制权交给最终命令
exec "$@"