This stage does the following: (#22692)

- Adds the new field and migration to create the column.
- Makes all writes go to both old and new field.
This commit is contained in:
Julia Eskew
2020-01-14 10:40:39 -05:00
committed by GitHub
parent a37854931e
commit cebeab4348
21 changed files with 193 additions and 39 deletions

View File

@@ -146,6 +146,7 @@ class CertChangedReceiverTest(TestCase):
mock_is_learner_issuance_enabled.return_value = True
site_config = SiteConfigurationFactory.create(
site_values={'course_org_filter': ['edX']},
values={'course_org_filter': ['edX']},
)