Copy important settings from previous MASTER settings #202
Merged
trentlarson
merged 5 commits from copy-settings
into master
2 weeks ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'copy-settings'
Deleting a branch is permanent. It CANNOT be undone. 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
.)c7276f0b4d
into master 2 weeks agoc7276f0b4d
.