Page MenuHomePhabricator

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

Authored by epriestley on Sep 28 2014, 12:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 5:01 PM
Unknown Object (File)
Thu, Apr 4, 9:54 PM
Unknown Object (File)
Thu, Apr 4, 11:29 AM
Unknown Object (File)
Mon, Mar 25, 7:12 PM
Unknown Object (File)
Mon, Mar 25, 7:12 PM
Unknown Object (File)
Mon, Mar 25, 7:11 PM
Unknown Object (File)
Fri, Mar 22, 12:14 AM
Unknown Object (File)
Thu, Mar 21, 10:45 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.