Homec4science

Add an edge table to the `search` database

Authored by epriestley <git@epriestley.com> on Apr 26 2016, 20:19.

Description

Add an edge table to the search database

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.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10778

Differential Revision: https://secure.phabricator.com/D15803

Details

Committed
epriestley <git@epriestley.com>Apr 26 2016, 20:26
Pushed
aubortJan 31 2017, 17:16
Parents
rPHdc3a13c5e834: Add `bin/repository clusterize` and document setup and migration for clusters
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH467c4e84e5ac: Add an edge table to the `search` database (authored by epriestley <git@epriestley.com>).Apr 26 2016, 20:26