Page MenuHomePhabricator

Add `bin/storage adjust`, for adjusting schemata
ClosedPublic

Authored by epriestley on Sep 28 2014, 12:07 PM.
Tags
None
Referenced Files
F13274359: D10595.diff
Fri, May 31, 3:36 AM
F13264754: D10595.id25470.diff
Mon, May 27, 9:25 PM
F13257881: D10595.diff
Sun, May 26, 5:13 AM
F13234706: D10595.diff
Tue, May 21, 3:40 AM
F13225991: D10595.id.diff
Sun, May 19, 6:43 PM
F13212646: D10595.diff
Fri, May 17, 6:57 AM
F13206914: D10595.id25431.diff
Wed, May 15, 7:19 PM
F13199443: D10595.diff
Mon, May 13, 2:50 PM
Subscribers

Details

Summary

Ref T1191. Adds a new workflow which can apply schema adjustments.

For now, it only performs database and table collation/charset adjustments. I believe these are extremely safe/minor, because they only affect the default values for newly created columns.

Test Plan
  • Ran migration on various database states, database/table changes went through cleanly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Add `bin/storage adjust`, for adjusting schemata.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Sep 30 2014, 4:58 PM
This revision was automatically updated to reflect the committed changes.