SamLee 5a8f94da43 分层记录任务失败与恢复终态 16 小時之前
..
versions 5a8f94da43 分层记录任务失败与恢复终态 16 小時之前
CHECKSUMS.sha256 5a8f94da43 分层记录任务失败与恢复终态 16 小時之前
README.md fedd03edbc 持久化:建立阶段一业务表与幂等仓储 4 天之前
env.py fedd03edbc 持久化:建立阶段一业务表与幂等仓储 4 天之前
mysql_phase_three_grants.sql.example 5d3dcffdd4 test(script-build): gate phase three end to end 4 天之前
script.py.mako fedd03edbc 持久化:建立阶段一业务表与幂等仓储 4 天之前

README.md

Script Build Host migrations

Production schema changes run only through the numbered Alembic revisions in versions/. Runtime code must not invoke metadata.create_all(). CHECKSUMS.sha256 pins every applied revision; deployment verifies it before alembic upgrade and uses the revision's downgrade() for rollback. Tests may create the same metadata in a temporary SQLite database.