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)
Mon, Jun 9, 6:23 AM
Unknown Object (File)
May 19 2025, 8:32 AM
Unknown Object (File)
Apr 19 2025, 11:25 PM
Unknown Object (File)
Apr 19 2025, 12:16 PM
Unknown Object (File)
Apr 17 2025, 2:02 PM
Unknown Object (File)
Apr 16 2025, 12:43 PM
Unknown Object (File)
Apr 5 2025, 7:34 AM
Unknown Object (File)
Mar 23 2025, 9:34 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.