Page MenuHomePhabricator

Make two ancient migrations fatal if they affect data
ClosedPublic

Authored by epriestley on Feb 6 2019, 4:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 23, 3:21 AM
Unknown Object (File)
Fri, Dec 13, 5:19 PM
Unknown Object (File)
Fri, Dec 6, 4:00 PM
Unknown Object (File)
Wed, Nov 27, 10:02 AM
Unknown Object (File)
Wed, Nov 27, 6:54 AM
Unknown Object (File)
Tue, Nov 26, 2:07 AM
Unknown Object (File)
Nov 23 2024, 12:12 PM
Unknown Object (File)
Nov 23 2024, 6:45 AM
Subscribers
Restricted Owners Package

Details

Summary

Depends on D20106. Ref T6703. Since I plan to change the ExternalAccount table, these migrations (which rely on save()) will stop working.

They could be rewritten to use raw queries, but I suspect few or no installs are affected. At least for now, just make them safe: if they would affect data, fatal and tell the user to perform a more gradual upgrade.

Also remove an ALTER IGNORE TABLE (this syntax was removed at some point) and fix a %Q when adjusting certain types of primary keys.

Test Plan

Ran bin/storage upgrade --no-quickstart --force --namespace test1234 to get a complete migration since the beginning of time.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable