mirror of
https://github.com/google/nomulus
synced 2026-09-02 14:17:12 +00:00
Expose the --expiry_access_period_enabled CLI flag on registrar mutation commands and drop temporary database-level default constraints for XAP. Specifically: - Expose the --expiry_access_period_enabled parameter in CreateOrUpdateRegistrarCommand and pass it to Registrar.Builder.setExpiryAccessPeriodEnabled. - Add expiryAccessPeriodTransitions with default DISABLED to example.yaml. - Add unit tests for --expiry_access_period_enabled in CreateRegistrarCommandTest and UpdateRegistrarCommandTest. - Add Flyway migrations V229 and V230 to drop the temporary database-level DEFAULT constraints on Tld.expiry_access_period_transitions and Registrar.expiry_access_period_enabled per db/README.md. - Regenerate flyway.txt, nomulus.golden.sql, and ER diagrams. TAG=agy BUG=http://b/437398822