Page MenuHomePhabricator

Migrate remaining Audit database status constants
ClosedPublic

Authored by epriestley on Sep 11 2018, 2:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 12:35 AM
Unknown Object (File)
Thu, Apr 18, 10:37 AM
Unknown Object (File)
Thu, Apr 18, 7:18 AM
Unknown Object (File)
Wed, Apr 17, 9:54 AM
Unknown Object (File)
Mon, Apr 15, 10:13 AM
Unknown Object (File)
Fri, Apr 12, 12:51 AM
Unknown Object (File)
Thu, Apr 11, 11:57 PM
Unknown Object (File)
Mar 20 2024, 6:41 AM
Subscribers
Restricted Owners Package

Details

Summary

Depends on D19652. Ref T13197. See PHI851. This migrates the actual auditStatus on Commits, and older status transactions.

Test Plan
  • Ran migrations.
  • Spot-checked the database for sanity.
  • Ran some different queries, got unchanged results from before migration.
  • Reviewed historic audit state transactions, and accepted/raised concern on new audits. All state transactions appeared to generate properly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a subscriber: Restricted Owners Package.Sep 11 2018, 2:05 PM
amckinley added inline comments.
resources/sql/autopatches/20180910.audit.04.xactions.php
23

No need to update old_value?

This revision is now accepted and ready to land.Sep 11 2018, 8:20 PM
epriestley added inline comments.
resources/sql/autopatches/20180910.audit.04.xactions.php
23

Oh! Nothing ever uses the old value so I thought it wasn't populated, but I went back and double checked and it actually is. So we don't need to, but I'll update this so we do just for completeness.

  • Also migrate old values.
  • Re-ran migration with bin/storage upgrade -f --apply ... --trace, saw reasonable-looking queries and ended up in a sensible database state.
This revision was automatically updated to reflect the committed changes.