Homestyx hydra

R1:d86506052cff

Update a very old Phriction migration which incorrectly uses "save()"

Summary:
See <https://discourse.phabricator-community.org/t/storage-upgrade-error/3748>.

It is broadly unsafe for migrations to use "save()". If the object gains new fields later, the query will include "SET newField = X", which will fail against the old schema which is in the process of being upgraded.

Instead, migrations must issue raw SQL against the schema as it is expected to exist at the time the migration executes.

Migrations…
Repository: R1 hydra
Commit Date: Apr 15 2020