SamLee 5d3dcffdd4 test(script-build): gate phase three end to end 1 روز پیش
..
versions 5d75824fa0 feat(script-build): add phase three contracts and migration 1 روز پیش
CHECKSUMS.sha256 5d75824fa0 feat(script-build): add phase three contracts and migration 1 روز پیش
README.md fedd03edbc 持久化:建立阶段一业务表与幂等仓储 2 روز پیش
env.py fedd03edbc 持久化:建立阶段一业务表与幂等仓储 2 روز پیش
mysql_phase_three_grants.sql.example 5d3dcffdd4 test(script-build): gate phase three end to end 1 روز پیش
script.py.mako fedd03edbc 持久化:建立阶段一业务表与幂等仓储 2 روز پیش

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.