Page MenuHomePhabricator

Drop old Audit tables; make markup cache binary
ClosedPublic

Authored by epriestley on Sep 18 2014, 6:08 PM.
Tags
None
Referenced Files
F12844244: D10520.diff
Thu, Mar 28, 11:22 PM
Unknown Object (File)
Mon, Mar 25, 1:44 PM
Unknown Object (File)
Sat, Mar 23, 11:12 PM
Unknown Object (File)
Sat, Mar 23, 3:44 PM
Unknown Object (File)
Sat, Mar 23, 2:04 PM
Unknown Object (File)
Sun, Mar 3, 2:36 AM
Unknown Object (File)
Feb 21 2024, 9:55 PM
Unknown Object (File)
Feb 7 2024, 7:27 AM
Subscribers

Details

Summary

Ref T1191.

  • Fixes T6096. We've migrated away from this table in T4896. The data is now in the transaction table. There have been no reads or writes to this table for some time and I haven't seen any issues from users.
  • Fixes T6097. Same deal as above. The data is now in the transaction comment table.
  • Fixes T6100. This cache is safe to wipe out, since it's purely read-through. Wiping it will make the migration faster. The column type change fixes storage of PHP serialized objects in a text column.
Test Plan
  • Ran migrations.
  • Observed some yellow go blue on the Database Status screen.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable