Copy important settings from previous MASTER settings #202
Reference in New Issue
Block a user
Delete Branch "copy-settings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
These settings were set by "saveSettings" and thus changed the MASTER settings record, and that's deleted in the 004 migration. So let's copy them before it's deleted.
I realize that this migration change breaks our process because we don't like to edit previous migrations; however, it really has to be done as part of 004 before the MASTER settings are deleted. Thankfully we haven't released this yet.
Also: remove a method that depended on the existence of an implicit variable. (That might be fine if we can typecheck something, but I worry about any mistaken usage in a class that doesn't have
activeDid.)