Commit b0c7c2d7 by Feanil Patel

Merge pull request #8920 from edx/feanil/cypress_update

Update Cypress RC
parents 5bf5cdc2 783e0898
......@@ -20,6 +20,11 @@ class Migration(DataMigration):
Converts course_creator, instructor_, staff_, and betatestuser_ to new table
"""
# Because we instantiate the module store and the modulestore needs this config table to exist.
depends_on = (
("xblock_django", "0001_initial"),
)
GROUP_ENTRY_RE = re.compile(r'(?P<role_id>staff|instructor|beta_testers|course_creator_group)_?(?P<course_id_string>.*)')
def forwards(self, orm):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment