Page MenuHomePhabricator

Allow owners paths to be arbitrarily long and add storage for display paths
ClosedPublic

Authored by epriestley on Mar 7 2018, 3:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 27, 7:39 PM
Unknown Object (File)
Feb 22 2024, 10:22 AM
Unknown Object (File)
Feb 3 2024, 6:21 PM
Unknown Object (File)
Jan 16 2024, 2:58 PM
Unknown Object (File)
Jan 3 2024, 6:29 PM
Unknown Object (File)
Dec 30 2023, 4:58 PM
Unknown Object (File)
Dec 26 2023, 6:01 PM
Unknown Object (File)
Dec 26 2023, 5:28 AM
Subscribers
None

Details

Summary

Depends on D19182. Ref T11015. This changes path from text255 to longtext because paths may be arbitrarily long.

It adds pathDisplay to prepare for display paths and storage paths having different values. For now, pathDisplay is copied from path and always has the same value.

Test Plan
  • Ran migration, checked database for sanity (all pathDisplay and path values identical).
  • Added new paths, saw pathDisplay and path get the same values.
  • Added an unreasonably enormous path with far more than 255 characters.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable