Add option to backfill org data as inactive
Add an `--inactive` option to the `bulk_add_orgs_and_org_courses` management command, which causes the backfill to set `active=False` on all rows created in the Organization and OrganizationCourse tables. This will lower the potential data integrity risk to production systems such as courses.edx.org. Upgrade edx-organizations to 6.6.0 TNL-7774
Showing
- cms/djangoapps/contentstore/management/commands/backfill_orgs_and_org_courses.py 23 additions, 5 deletions...tore/management/commands/backfill_orgs_and_org_courses.py
- cms/djangoapps/contentstore/management/commands/tests/test_backfill_orgs_and_org_courses.py 35 additions, 10 deletions...ment/commands/tests/test_backfill_orgs_and_org_courses.py
- requirements/edx/base.txt 1 addition, 1 deletionrequirements/edx/base.txt
- requirements/edx/development.txt 1 addition, 1 deletionrequirements/edx/development.txt
- requirements/edx/testing.txt 1 addition, 1 deletionrequirements/edx/testing.txt
Please register or sign in to comment