Page MenuHomePhabricator

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

Authored by epriestley on Sep 28 2014, 12:07 PM.
Tags
None
Referenced Files
F15471705: D10595.diff
Sat, Apr 5, 7:34 AM
F15428665: D10595.id25470.diff
Sun, Mar 23, 9:34 PM
F15368790: D10595.id25431.diff
Wed, Mar 12, 3:56 AM
Unknown Object (File)
Feb 22 2025, 7:23 AM
Unknown Object (File)
Feb 9 2025, 5:22 AM
Unknown Object (File)
Feb 7 2025, 11:32 PM
Unknown Object (File)
Feb 7 2025, 11:32 PM
Unknown Object (File)
Feb 7 2025, 11:32 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.