Copy important settings from previous MASTER settings #202

Merged
trentlarson merged 5 commits from copy-settings into master 2 weeks ago
Owner

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.)

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`.)
trentlarson added 2 commits 3 weeks ago
trentlarson added 1 commit 2 weeks ago
trentlarson added 2 commits 2 weeks ago
trentlarson merged commit c7276f0b4d into master 2 weeks ago
trentlarson deleted branch copy-settings 2 weeks ago
The pull request has been merged as c7276f0b4d.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.