Page MenuHomePhabricator

Add an edge table to the `search` database
ClosedPublic

Authored by epriestley on Apr 26 2016, 6:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 12:12 PM
Unknown Object (File)
Feb 13 2024, 8:59 PM
Unknown Object (File)
Feb 6 2024, 10:49 AM
Unknown Object (File)
Jan 7 2024, 4:15 PM
Unknown Object (File)
Jan 5 2024, 10:17 PM
Unknown Object (File)
Jan 3 2024, 6:07 PM
Unknown Object (File)
Dec 30 2023, 5:25 PM
Unknown Object (File)
Dec 27 2023, 6:53 AM
Subscribers
None

Details

Summary

Fixes T10778. This is a result of T10262: when we save a form configuration and adjust the policy, we try to scramble attached file secrets.

There aren't going to be any attached files, but there's also no edge table, so we fail.

We could skip this code, but we'll likely need an edge table here sooner or later so it's probably simpler in the long run to just add an empty one.

Test Plan
  • Ran bin/storage upgrade, got a clean bill of health.
  • Saved a form configuration after making a policy edit, no more edge exception.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Add an edge table to the `search` database.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Apr 26 2016, 6:26 PM
This revision was automatically updated to reflect the committed changes.