Page MenuHomePhabricator

Convert SavedQuery / NamedQuery to text, not bytes
ClosedPublic

Authored by epriestley on Oct 1 2014, 4:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 16, 4:35 AM
Unknown Object (File)
Mon, Mar 4, 3:41 PM
Unknown Object (File)
Wed, Feb 28, 3:45 PM
Unknown Object (File)
Feb 18 2024, 7:41 PM
Unknown Object (File)
Feb 6 2024, 6:40 PM
Unknown Object (File)
Jan 9 2024, 12:01 PM
Unknown Object (File)
Jan 7 2024, 10:28 PM
Unknown Object (File)
Jan 5 2024, 4:04 PM
Subscribers

Details

Summary

Ref T1191. Similar issue to D10613. This column usually has a hash exactly 12 bytes long, but sometimes stores an internal builtin query name like "open", "all", etc. It might be nice to promote those to 12-byte hashes of a consistent length eventually, but for now just make this a variable-length column.

Test Plan

Ran migration, no longer saw issues with reordering builtin saved searches.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Convert SavedQuery / NamedQuery to text, not bytes.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
This revision was automatically updated to reflect the committed changes.