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

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.