forked from openedx-unsupported/devstack
-
Notifications
You must be signed in to change notification settings - Fork 3
/
edxapp_csmh.sql
93 lines (78 loc) · 56.3 KB
/
edxapp_csmh.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
-- MySQL dump 10.13 Distrib 5.6.47, for Linux (x86_64)
--
-- Host: localhost Database: edxapp_csmh
-- ------------------------------------------------------
-- Server version 5.6.47
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Current Database: `edxapp_csmh`
--
/*!40000 DROP DATABASE IF EXISTS `edxapp_csmh`*/;
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `edxapp_csmh` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `edxapp_csmh`;
--
-- Table structure for table `coursewarehistoryextended_studentmodulehistoryextended`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `coursewarehistoryextended_studentmodulehistoryextended` (
`version` varchar(255) DEFAULT NULL,
`created` datetime(6) NOT NULL,
`state` longtext,
`grade` double DEFAULT NULL,
`max_grade` double DEFAULT NULL,
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`student_module_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`id`),
KEY `coursewarehistoryextended_s_version_d66288c3` (`version`),
KEY `coursewarehistoryextended_s_created_2cf0c3be` (`created`),
KEY `coursewarehistoryextended_s_student_module_id_48320e41` (`student_module_id`),
KEY `coursewarehistoryextended_student_module_id_48320e41_idx` (`student_module_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `coursewarehistoryextended_studentmodulehistoryextended`
--
LOCK TABLES `coursewarehistoryextended_studentmodulehistoryextended` WRITE;
/*!40000 ALTER TABLE `coursewarehistoryextended_studentmodulehistoryextended` DISABLE KEYS */;
/*!40000 ALTER TABLE `coursewarehistoryextended_studentmodulehistoryextended` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `django_migrations`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `django_migrations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`app` varchar(255) NOT NULL,
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=677 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `django_migrations`
--
LOCK TABLES `django_migrations` WRITE;
/*!40000 ALTER TABLE `django_migrations` DISABLE KEYS */;
INSERT INTO `django_migrations` VALUES (1,'contenttypes','0001_initial','2020-04-06 20:41:25.737508'),(2,'auth','0001_initial','2020-04-06 20:41:25.885345'),(3,'admin','0001_initial','2020-04-06 20:41:26.017909'),(4,'admin','0002_logentry_remove_auto_add','2020-04-06 20:41:26.082125'),(5,'announcements','0001_initial','2020-04-06 20:41:26.154691'),(6,'sites','0001_initial','2020-04-06 20:41:26.217910'),(7,'contenttypes','0002_remove_content_type_name','2020-04-06 20:41:26.337745'),(8,'api_admin','0001_initial','2020-04-06 20:41:26.447741'),(9,'api_admin','0002_auto_20160325_1604','2020-04-06 20:41:26.490932'),(10,'api_admin','0003_auto_20160404_1618','2020-04-06 20:41:26.674584'),(11,'api_admin','0004_auto_20160412_1506','2020-04-06 20:41:26.828306'),(12,'api_admin','0005_auto_20160414_1232','2020-04-06 20:41:26.894681'),(13,'api_admin','0006_catalog','2020-04-06 20:41:26.946451'),(14,'api_admin','0007_delete_historical_api_records','2020-04-06 20:41:27.081453'),(15,'assessment','0001_initial','2020-04-06 20:41:27.417674'),(16,'assessment','0002_staffworkflow','2020-04-06 20:41:27.463344'),(17,'assessment','0003_expand_course_id','2020-04-06 20:41:27.556057'),(18,'assessment','0004_historicalsharedfileupload_sharedfileupload','2020-04-06 20:41:27.625115'),(19,'assessment','0005_add_filename_to_sharedupload','2020-04-06 20:41:27.695806'),(20,'assessment','0006_TeamWorkflows','2020-04-06 20:41:27.768426'),(21,'auth','0002_alter_permission_name_max_length','2020-04-06 20:41:27.843162'),(22,'auth','0003_alter_user_email_max_length','2020-04-06 20:41:27.898660'),(23,'auth','0004_alter_user_username_opts','2020-04-06 20:41:27.977101'),(24,'auth','0005_alter_user_last_login_null','2020-04-06 20:41:28.049568'),(25,'auth','0006_require_contenttypes_0002','2020-04-06 20:41:28.088401'),(26,'auth','0007_alter_validators_add_error_messages','2020-04-06 20:41:28.155246'),(27,'auth','0008_alter_user_username_max_length','2020-04-06 20:41:28.228665'),(28,'instructor_task','0001_initial','2020-04-06 20:41:28.309443'),(29,'certificates','0001_initial','2020-04-06 20:41:28.626997'),(30,'certificates','0002_data__certificatehtmlviewconfiguration_data','2020-04-06 20:41:28.678802'),(31,'certificates','0003_data__default_modes','2020-04-06 20:41:28.724224'),(32,'certificates','0004_certificategenerationhistory','2020-04-06 20:41:28.799053'),(33,'certificates','0005_auto_20151208_0801','2020-04-06 20:41:28.865252'),(34,'certificates','0006_certificatetemplateasset_asset_slug','2020-04-06 20:41:28.943732'),(35,'certificates','0007_certificateinvalidation','2020-04-06 20:41:29.051998'),(36,'badges','0001_initial','2020-04-06 20:41:29.202353'),(37,'badges','0002_data__migrate_assertions','2020-04-06 20:41:29.255335'),(38,'badges','0003_schema__add_event_configuration','2020-04-06 20:41:29.375298'),(39,'block_structure','0001_config','2020-04-06 20:41:29.473345'),(40,'block_structure','0002_blockstructuremodel','2020-04-06 20:41:29.542320'),(41,'block_structure','0003_blockstructuremodel_storage','2020-04-06 20:41:29.626963'),(42,'block_structure','0004_blockstructuremodel_usagekeywithrun','2020-04-06 20:41:29.702326'),(43,'bookmarks','0001_initial','2020-04-06 20:41:29.882961'),(44,'branding','0001_initial','2020-04-06 20:41:30.028769'),(45,'course_modes','0001_initial','2020-04-06 20:41:30.135125'),(46,'course_modes','0002_coursemode_expiration_datetime_is_explicit','2020-04-06 20:41:30.191931'),(47,'course_modes','0003_auto_20151113_1443','2020-04-06 20:41:30.238910'),(48,'course_modes','0004_auto_20151113_1457','2020-04-06 20:41:30.349849'),(49,'course_modes','0005_auto_20151217_0958','2020-04-06 20:41:30.406815'),(50,'course_modes','0006_auto_20160208_1407','2020-04-06 20:41:30.493964'),(51,'course_modes','0007_coursemode_bulk_sku','2020-04-06 20:41:30.770059'),(52,'course_groups','0001_initial','2020-04-06 20:41:31.181168'),(53,'bulk_email','0001_initial','2020-04-06 20:41:31.397557'),(54,'bulk_email','0002_data__load_course_email_template','2020-04-06 20:41:31.458184'),(55,'bulk_email','0003_config_model_feature_flag','2020-04-06 20:41:31.575883'),(56,'bulk_email','0004_add_email_targets','2020-04-06 20:41:31.794678'),(57,'bulk_email','0005_move_target_data','2020-04-06 20:41:31.850524'),(58,'bulk_email','0006_course_mode_targets','2020-04-06 20:41:31.980052'),(59,'courseware','0001_initial','2020-04-06 20:41:32.716755'),(60,'bulk_grades','0001_initial','2020-04-06 20:41:32.825636'),(61,'bulk_grades','0002_auto_20190703_1526','2020-04-06 20:41:32.932478'),(62,'calendar_sync','0001_initial','2020-04-06 20:41:33.422251'),(63,'catalog','0001_initial','2020-04-06 20:41:33.798114'),(64,'catalog','0002_catalogintegration_username','2020-04-06 20:41:33.910209'),(65,'catalog','0003_catalogintegration_page_size','2020-04-06 20:41:34.015794'),(66,'catalog','0004_auto_20170616_0618','2020-04-06 20:41:34.114256'),(67,'catalog','0005_catalogintegration_long_term_cache_ttl','2020-04-06 20:41:34.215954'),(68,'celery_utils','0001_initial','2020-04-06 20:41:34.275600'),(69,'celery_utils','0002_chordable_django_backend','2020-04-06 20:41:34.314264'),(70,'certificates','0008_schema__remove_badges','2020-04-06 20:41:34.522887'),(71,'certificates','0009_certificategenerationcoursesetting_language_self_generation','2020-04-06 20:41:34.632104'),(72,'certificates','0010_certificatetemplate_language','2020-04-06 20:41:34.704088'),(73,'certificates','0011_certificatetemplate_alter_unique','2020-04-06 20:41:34.801284'),(74,'certificates','0012_certificategenerationcoursesetting_include_hours_of_effort','2020-04-06 20:41:34.885620'),(75,'certificates','0013_remove_certificategenerationcoursesetting_enabled','2020-04-06 20:41:34.965472'),(76,'certificates','0014_change_eligible_certs_manager','2020-04-06 20:41:35.099106'),(77,'certificates','0015_add_masters_choice','2020-04-06 20:41:35.246075'),(78,'certificates','0016_historicalgeneratedcertificate','2020-04-06 20:41:35.373768'),(79,'commerce','0001_data__add_ecommerce_service_user','2020-04-06 20:41:35.460010'),(80,'commerce','0002_commerceconfiguration','2020-04-06 20:41:35.600511'),(81,'commerce','0003_auto_20160329_0709','2020-04-06 20:41:35.741315'),(82,'commerce','0004_auto_20160531_0950','2020-04-06 20:41:35.925970'),(83,'commerce','0005_commerceconfiguration_enable_automatic_refund_approval','2020-04-06 20:41:36.036642'),(84,'commerce','0006_auto_20170424_1734','2020-04-06 20:41:36.172497'),(85,'commerce','0007_auto_20180313_0609','2020-04-06 20:41:36.360893'),(86,'commerce','0008_auto_20191024_2048','2020-04-06 20:41:36.430839'),(87,'completion','0001_initial','2020-04-06 20:41:36.699644'),(88,'completion','0002_auto_20180125_1510','2020-04-06 20:41:36.803266'),(89,'completion','0003_learning_context','2020-04-06 20:41:37.373845'),(90,'enterprise','0001_initial','2020-04-06 20:41:37.546992'),(91,'enterprise','0002_enterprisecustomerbrandingconfiguration','2020-04-06 20:41:37.608089'),(92,'enterprise','0003_auto_20161104_0937','2020-04-06 20:41:37.904114'),(93,'enterprise','0004_auto_20161114_0434','2020-04-06 20:41:38.040498'),(94,'enterprise','0005_pendingenterprisecustomeruser','2020-04-06 20:41:38.178957'),(95,'enterprise','0006_auto_20161121_0241','2020-04-06 20:41:38.257249'),(96,'enterprise','0007_auto_20161109_1511','2020-04-06 20:41:38.389118'),(97,'enterprise','0008_auto_20161124_2355','2020-04-06 20:41:38.623633'),(98,'enterprise','0009_auto_20161130_1651','2020-04-06 20:41:39.055180'),(99,'enterprise','0010_auto_20161222_1212','2020-04-06 20:41:39.142034'),(100,'enterprise','0011_enterprisecustomerentitlement_historicalenterprisecustomerentitlement','2020-04-06 20:41:39.321810'),(101,'enterprise','0012_auto_20170125_1033','2020-04-06 20:41:39.467306'),(102,'enterprise','0013_auto_20170125_1157','2020-04-06 20:41:40.004278'),(103,'enterprise','0014_enrollmentnotificationemailtemplate_historicalenrollmentnotificationemailtemplate','2020-04-06 20:41:40.224657'),(104,'enterprise','0015_auto_20170130_0003','2020-04-06 20:41:40.487550'),(105,'enterprise','0016_auto_20170405_0647','2020-04-06 20:41:41.275007'),(106,'enterprise','0017_auto_20170508_1341','2020-04-06 20:41:41.518982'),(107,'enterprise','0018_auto_20170511_1357','2020-04-06 20:41:41.662841'),(108,'enterprise','0019_auto_20170606_1853','2020-04-06 20:41:41.805050'),(109,'enterprise','0020_auto_20170624_2316','2020-04-06 20:41:42.533592'),(110,'enterprise','0021_auto_20170711_0712','2020-04-06 20:41:42.990885'),(111,'enterprise','0022_auto_20170720_1543','2020-04-06 20:41:43.134039'),(112,'enterprise','0023_audit_data_reporting_flag','2020-04-06 20:41:43.278518'),(113,'enterprise','0024_enterprisecustomercatalog_historicalenterprisecustomercatalog','2020-04-06 20:41:43.509975'),(114,'enterprise','0025_auto_20170828_1412','2020-04-06 20:41:43.872626'),(115,'enterprise','0026_make_require_account_level_consent_nullable','2020-04-06 20:41:44.033594'),(116,'enterprise','0027_remove_account_level_consent','2020-04-06 20:41:44.887277'),(117,'enterprise','0028_link_enterprise_to_enrollment_template','2020-04-06 20:41:45.217362'),(118,'enterprise','0029_auto_20170925_1909','2020-04-06 20:41:45.369311'),(119,'enterprise','0030_auto_20171005_1600','2020-04-06 20:41:45.620039'),(120,'enterprise','0031_auto_20171012_1249','2020-04-06 20:41:45.797972'),(121,'enterprise','0032_reporting_model','2020-04-06 20:41:45.983145'),(122,'enterprise','0033_add_history_change_reason_field','2020-04-06 20:41:46.457316'),(123,'enterprise','0034_auto_20171023_0727','2020-04-06 20:41:46.652118'),(124,'enterprise','0035_auto_20171212_1129','2020-04-06 20:41:46.798660'),(125,'enterprise','0036_sftp_reporting_support','2020-04-06 20:41:47.014978'),(126,'enterprise','0037_auto_20180110_0450','2020-04-06 20:41:47.187872'),(127,'enterprise','0038_auto_20180122_1427','2020-04-06 20:41:47.284406'),(128,'enterprise','0039_auto_20180129_1034','2020-04-06 20:41:47.374034'),(129,'enterprise','0040_auto_20180129_1428','2020-04-06 20:41:47.492886'),(130,'enterprise','0041_auto_20180212_1507','2020-04-06 20:41:47.556545'),(131,'consent','0001_initial','2020-04-06 20:41:48.165849'),(132,'consent','0002_migrate_to_new_data_sharing_consent','2020-04-06 20:41:48.337994'),(133,'consent','0003_historicaldatasharingconsent_history_change_reason','2020-04-06 20:41:48.522191'),(134,'consent','0004_datasharingconsenttextoverrides','2020-04-06 20:41:48.666429'),(135,'organizations','0001_initial','2020-04-06 20:41:48.754941'),(136,'organizations','0002_auto_20170117_1434','2020-04-06 20:41:48.824136'),(137,'organizations','0003_auto_20170221_1138','2020-04-06 20:41:48.914918'),(138,'organizations','0004_auto_20170413_2315','2020-04-06 20:41:48.983707'),(139,'organizations','0005_auto_20171116_0640','2020-04-06 20:41:49.066673'),(140,'organizations','0006_auto_20171207_0259','2020-04-06 20:41:49.121906'),(141,'organizations','0007_historicalorganization','2020-04-06 20:41:49.267678'),(142,'content_libraries','0001_initial','2020-04-06 20:41:49.749912'),(143,'content_libraries','0002_group_permissions','2020-04-06 20:41:50.402221'),(144,'sites','0002_alter_domain_unique','2020-04-06 20:41:50.469458'),(145,'course_overviews','0001_initial','2020-04-06 20:41:50.535172'),(146,'course_overviews','0002_add_course_catalog_fields','2020-04-06 20:41:50.678970'),(147,'course_overviews','0003_courseoverviewgeneratedhistory','2020-04-06 20:41:50.723447'),(148,'course_overviews','0004_courseoverview_org','2020-04-06 20:41:50.780464'),(149,'course_overviews','0005_delete_courseoverviewgeneratedhistory','2020-04-06 20:41:50.843089'),(150,'course_overviews','0006_courseoverviewimageset','2020-04-06 20:41:50.931502'),(151,'course_overviews','0007_courseoverviewimageconfig','2020-04-06 20:41:51.100049'),(152,'course_overviews','0008_remove_courseoverview_facebook_url','2020-04-06 20:41:51.142036'),(153,'course_overviews','0009_readd_facebook_url','2020-04-06 20:41:51.228869'),(154,'course_overviews','0010_auto_20160329_2317','2020-04-06 20:41:51.325477'),(155,'course_overviews','0011_courseoverview_marketing_url','2020-04-06 20:41:51.406833'),(156,'course_overviews','0012_courseoverview_eligible_for_financial_aid','2020-04-06 20:41:51.481791'),(157,'course_overviews','0013_courseoverview_language','2020-04-06 20:41:51.581206'),(158,'course_overviews','0014_courseoverview_certificate_available_date','2020-04-06 20:41:51.666957'),(159,'content_type_gating','0001_initial','2020-04-06 20:41:51.842210'),(160,'content_type_gating','0002_auto_20181119_0959','2020-04-06 20:41:52.089156'),(161,'content_type_gating','0003_auto_20181128_1407','2020-04-06 20:41:52.602628'),(162,'content_type_gating','0004_auto_20181128_1521','2020-04-06 20:41:52.741232'),(163,'content_type_gating','0005_auto_20190306_1547','2020-04-06 20:41:52.873900'),(164,'content_type_gating','0006_auto_20190308_1447','2020-04-06 20:41:53.008546'),(165,'content_type_gating','0007_auto_20190311_1919','2020-04-06 20:41:53.549579'),(166,'content_type_gating','0008_auto_20190313_1634','2020-04-06 20:41:53.684913'),(167,'contentserver','0001_initial','2020-04-06 20:41:53.830128'),(168,'contentserver','0002_cdnuseragentsconfig','2020-04-06 20:41:53.985036'),(169,'waffle','0001_initial','2020-04-06 20:41:54.171807'),(170,'enterprise','0042_replace_sensitive_sso_username','2020-04-06 20:41:54.359820'),(171,'enterprise','0043_auto_20180507_0138','2020-04-06 20:41:54.676599'),(172,'enterprise','0044_reporting_config_multiple_types','2020-04-06 20:41:54.847360'),(173,'enterprise','0045_report_type_json','2020-04-06 20:41:54.911662'),(174,'enterprise','0046_remove_unique_constraints','2020-04-06 20:41:54.977939'),(175,'enterprise','0047_auto_20180517_0457','2020-04-06 20:41:55.161350'),(176,'enterprise','0048_enterprisecustomeruser_active','2020-04-06 20:41:55.252734'),(177,'enterprise','0049_auto_20180531_0321','2020-04-06 20:41:55.424885'),(178,'enterprise','0050_progress_v2','2020-04-06 20:41:55.490395'),(179,'enterprise','0051_add_enterprise_slug','2020-04-06 20:41:55.686802'),(180,'enterprise','0052_create_unique_slugs','2020-04-06 20:41:56.339370'),(181,'enterprise','0053_pendingenrollment_cohort_name','2020-04-06 20:41:56.407678'),(182,'enterprise','0053_auto_20180911_0811','2020-04-06 20:41:56.649843'),(183,'enterprise','0054_merge_20180914_1511','2020-04-06 20:41:56.684860'),(184,'enterprise','0055_auto_20181015_1112','2020-04-06 20:41:56.939814'),(185,'enterprise','0056_enterprisecustomerreportingconfiguration_pgp_encryption_key','2020-04-06 20:41:57.036170'),(186,'enterprise','0057_enterprisecustomerreportingconfiguration_enterprise_customer_catalogs','2020-04-06 20:41:57.243486'),(187,'enterprise','0058_auto_20181212_0145','2020-04-06 20:41:57.640249'),(188,'enterprise','0059_add_code_management_portal_config','2020-04-06 20:41:57.898110'),(189,'enterprise','0060_upgrade_django_simple_history','2020-04-06 20:41:58.262648'),(190,'enterprise','0061_systemwideenterpriserole_systemwideenterpriseuserroleassignment','2020-04-06 20:41:58.489012'),(191,'enterprise','0062_add_system_wide_enterprise_roles','2020-04-06 20:41:58.548445'),(192,'enterprise','0063_systemwideenterpriserole_description','2020-04-06 20:41:58.600836'),(193,'enterprise','0064_enterprisefeaturerole_enterprisefeatureuserroleassignment','2020-04-06 20:41:58.821806'),(194,'enterprise','0065_add_enterprise_feature_roles','2020-04-06 20:41:58.868395'),(195,'enterprise','0066_add_system_wide_enterprise_operator_role','2020-04-06 20:41:58.932295'),(196,'enterprise','0067_add_role_based_access_control_switch','2020-04-06 20:41:58.979172'),(197,'cornerstone','0001_initial','2020-04-06 20:42:00.184509'),(198,'cornerstone','0002_cornerstoneglobalconfiguration_subject_mapping','2020-04-06 20:42:00.368086'),(199,'cornerstone','0003_auto_20190621_1000','2020-04-06 20:42:00.905137'),(200,'cornerstone','0004_cornerstoneglobalconfiguration_languages','2020-04-06 20:42:01.101143'),(201,'cornerstone','0005_auto_20190925_0730','2020-04-06 20:42:01.370879'),(202,'cornerstone','0006_auto_20191001_0742','2020-04-06 20:42:01.658761'),(203,'cors_csrf','0001_initial','2020-04-06 20:42:01.888376'),(204,'course_action_state','0001_initial','2020-04-06 20:42:02.239575'),(205,'course_overviews','0015_historicalcourseoverview','2020-04-06 20:42:02.455756'),(206,'course_overviews','0016_simulatecoursepublishconfig','2020-04-06 20:42:02.678941'),(207,'course_overviews','0017_auto_20191002_0823','2020-04-06 20:42:02.850470'),(208,'course_overviews','0018_add_start_end_in_CourseOverview','2020-04-06 20:42:03.613443'),(209,'course_overviews','0019_improve_courseoverviewtab','2020-04-06 20:42:03.917706'),(210,'course_date_signals','0001_initial','2020-04-06 20:42:04.497076'),(211,'course_duration_limits','0001_initial','2020-04-06 20:42:04.736993'),(212,'course_duration_limits','0002_auto_20181119_0959','2020-04-06 20:42:04.943959'),(213,'course_duration_limits','0003_auto_20181128_1407','2020-04-06 20:42:05.140764'),(214,'course_duration_limits','0004_auto_20181128_1521','2020-04-06 20:42:05.339721'),(215,'course_duration_limits','0005_auto_20190306_1546','2020-04-06 20:42:05.546042'),(216,'course_duration_limits','0006_auto_20190308_1447','2020-04-06 20:42:05.764330'),(217,'course_duration_limits','0007_auto_20190311_1919','2020-04-06 20:42:06.986095'),(218,'course_duration_limits','0008_auto_20190313_1634','2020-04-06 20:42:07.188960'),(219,'course_goals','0001_initial','2020-04-06 20:42:07.544550'),(220,'course_goals','0002_auto_20171010_1129','2020-04-06 20:42:07.721412'),(221,'course_groups','0002_change_inline_default_cohort_value','2020-04-06 20:42:07.796606'),(222,'course_groups','0003_auto_20170609_1455','2020-04-06 20:42:08.043522'),(223,'course_modes','0008_course_key_field_to_foreign_key','2020-04-06 20:42:08.353623'),(224,'course_modes','0009_suggested_prices_to_charfield','2020-04-06 20:42:08.425882'),(225,'course_modes','0010_archived_suggested_prices_to_charfield','2020-04-06 20:42:08.508061'),(226,'course_modes','0011_change_regex_for_comma_separated_ints','2020-04-06 20:42:08.598596'),(227,'course_modes','0012_historicalcoursemode','2020-04-06 20:42:08.818948'),(228,'course_modes','0013_auto_20200115_2022','2020-04-06 20:42:09.056840'),(229,'course_overviews','0020_courseoverviewtab_url_slug','2020-04-06 20:42:09.142761'),(230,'coursewarehistoryextended','0001_initial','2020-04-06 20:42:10.501682'),(231,'coursewarehistoryextended','0002_force_studentmodule_index','2020-04-06 20:42:10.803093'),(232,'courseware','0002_coursedynamicupgradedeadlineconfiguration_dynamicupgradedeadlineconfiguration','2020-04-06 20:42:10.954495'),(233,'courseware','0003_auto_20170825_0935','2020-04-06 20:42:11.069245'),(234,'courseware','0004_auto_20171010_1639','2020-04-06 20:42:11.177034'),(235,'courseware','0005_orgdynamicupgradedeadlineconfiguration','2020-04-06 20:42:11.319555'),(236,'courseware','0006_remove_module_id_index','2020-04-06 20:42:11.436704'),(237,'courseware','0007_remove_done_index','2020-04-06 20:42:11.541678'),(238,'courseware','0008_move_idde_to_edx_when','2020-04-06 20:42:11.628767'),(239,'courseware','0009_auto_20190703_1955','2020-04-06 20:42:12.182593'),(240,'courseware','0010_auto_20190709_1559','2020-04-06 20:42:12.413463'),(241,'courseware','0011_csm_id_bigint','2020-04-06 20:42:13.450654'),(242,'courseware','0012_adjust_fields','2020-04-06 20:42:13.744535'),(243,'courseware','0013_auto_20191001_1858','2020-04-06 20:42:14.004940'),(244,'courseware','0014_fix_nan_value_for_global_speed','2020-04-06 20:42:14.063309'),(245,'crawlers','0001_initial','2020-04-06 20:42:14.262230'),(246,'crawlers','0002_auto_20170419_0018','2020-04-06 20:42:14.461748'),(247,'credentials','0001_initial','2020-04-06 20:42:14.660219'),(248,'credentials','0002_auto_20160325_0631','2020-04-06 20:42:14.818969'),(249,'credentials','0003_auto_20170525_1109','2020-04-06 20:42:15.105551'),(250,'credentials','0004_notifycredentialsconfig','2020-04-06 20:42:15.381037'),(251,'credit','0001_initial','2020-04-06 20:42:16.013429'),(252,'credit','0002_creditconfig','2020-04-06 20:42:16.239175'),(253,'credit','0003_auto_20160511_2227','2020-04-06 20:42:16.316056'),(254,'credit','0004_delete_historical_credit_records','2020-04-06 20:42:17.479112'),(255,'credit','0005_creditrequirement_sort_value','2020-04-06 20:42:17.577102'),(256,'credit','0006_creditrequirement_alter_ordering','2020-04-06 20:42:17.680015'),(257,'credit','0007_creditrequirement_copy_values','2020-04-06 20:42:17.765665'),(258,'credit','0008_creditrequirement_remove_order','2020-04-06 20:42:17.864642'),(259,'dark_lang','0001_initial','2020-04-06 20:42:18.089326'),(260,'dark_lang','0002_data__enable_on_install','2020-04-06 20:42:18.223657'),(261,'dark_lang','0003_auto_20180425_0359','2020-04-06 20:42:18.531472'),(262,'database_fixups','0001_initial','2020-04-06 20:42:18.589339'),(263,'degreed','0001_initial','2020-04-06 20:42:19.141187'),(264,'degreed','0002_auto_20180104_0103','2020-04-06 20:42:19.553032'),(265,'degreed','0003_auto_20180109_0712','2020-04-06 20:42:19.789886'),(266,'degreed','0004_auto_20180306_1251','2020-04-06 20:42:20.020230'),(267,'degreed','0005_auto_20180807_1302','2020-04-06 20:42:21.725637'),(268,'degreed','0006_upgrade_django_simple_history','2020-04-06 20:42:21.959471'),(269,'degreed','0007_auto_20190925_0730','2020-04-06 20:42:22.218027'),(270,'degreed','0008_auto_20191001_0742','2020-04-06 20:42:22.470516'),(271,'discounts','0001_initial','2020-04-06 20:42:22.971413'),(272,'discounts','0002_auto_20191022_1720','2020-04-06 20:42:23.496119'),(273,'django_comment_common','0001_initial','2020-04-06 20:42:24.289784'),(274,'django_comment_common','0002_forumsconfig','2020-04-06 20:42:24.510684'),(275,'django_comment_common','0003_enable_forums','2020-04-06 20:42:24.565966'),(276,'django_comment_common','0004_auto_20161117_1209','2020-04-06 20:42:24.727531'),(277,'django_comment_common','0005_coursediscussionsettings','2020-04-06 20:42:24.796740'),(278,'django_comment_common','0006_coursediscussionsettings_discussions_id_map','2020-04-06 20:42:24.877822'),(279,'django_comment_common','0007_discussionsidmapping','2020-04-06 20:42:24.938424'),(280,'django_comment_common','0008_role_user_index','2020-04-06 20:42:24.991002'),(281,'django_notify','0001_initial','2020-04-06 20:42:25.762148'),(282,'djcelery','0001_initial','2020-04-06 20:42:25.994405'),(283,'edx_proctoring','0001_initial','2020-04-06 20:42:28.465485'),(284,'edx_proctoring','0002_proctoredexamstudentattempt_is_status_acknowledged','2020-04-06 20:42:28.668450'),(285,'edx_proctoring','0003_auto_20160101_0525','2020-04-06 20:42:29.020018'),(286,'edx_proctoring','0004_auto_20160201_0523','2020-04-06 20:42:29.212788'),(287,'edx_proctoring','0005_proctoredexam_hide_after_due','2020-04-06 20:42:29.308896'),(288,'edx_proctoring','0006_allowed_time_limit_mins','2020-04-06 20:42:29.647931'),(289,'edx_proctoring','0007_proctoredexam_backend','2020-04-06 20:42:29.772771'),(290,'edx_proctoring','0008_auto_20181116_1551','2020-04-06 20:42:30.260722'),(291,'edx_proctoring','0009_proctoredexamreviewpolicy_remove_rules','2020-04-06 20:42:30.600047'),(292,'edx_proctoring','0010_update_backend','2020-04-06 20:42:30.650601'),(293,'edx_when','0001_initial','2020-04-06 20:42:31.562426'),(294,'edx_when','0002_auto_20190318_1736','2020-04-06 20:42:32.128923'),(295,'edx_when','0003_auto_20190402_1501','2020-04-06 20:42:32.808352'),(296,'edx_when','0004_datepolicy_rel_date','2020-04-06 20:42:32.878549'),(297,'edx_when','0005_auto_20190911_1056','2020-04-06 20:42:33.123732'),(298,'edx_when','0006_drop_active_index','2020-04-06 20:42:33.209602'),(299,'edx_zoom','0001_initial','2020-04-06 20:42:33.258267'),(300,'edx_zoom','0002_lticredential_launch_url','2020-04-06 20:42:33.338182'),(301,'edx_zoom','0003_add_launchlog','2020-04-06 20:42:33.717822'),(302,'edxval','0001_initial','2020-04-06 20:42:33.979238'),(303,'edxval','0002_data__default_profiles','2020-04-06 20:42:34.045420'),(304,'edxval','0003_coursevideo_is_hidden','2020-04-06 20:42:34.116700'),(305,'edxval','0004_data__add_hls_profile','2020-04-06 20:42:34.173802'),(306,'edxval','0005_videoimage','2020-04-06 20:42:34.271717'),(307,'edxval','0006_auto_20171009_0725','2020-04-06 20:42:34.386684'),(308,'edxval','0007_transcript_credentials_state','2020-04-06 20:42:34.476488'),(309,'edxval','0008_remove_subtitles','2020-04-06 20:42:34.566001'),(310,'edxval','0009_auto_20171127_0406','2020-04-06 20:42:34.650381'),(311,'edxval','0010_add_video_as_foreign_key','2020-04-06 20:42:34.801448'),(312,'edxval','0011_data__add_audio_mp3_profile','2020-04-06 20:42:34.971440'),(313,'edxval','0012_thirdpartytranscriptcredentialsstate_has_creds','2020-04-06 20:42:35.026780'),(314,'edxval','0013_thirdpartytranscriptcredentialsstate_copy_values','2020-04-06 20:42:35.090668'),(315,'edxval','0014_transcript_credentials_state_retype_exists','2020-04-06 20:42:35.149160'),(316,'edxval','0015_remove_thirdpartytranscriptcredentialsstate_exists','2020-04-06 20:42:35.225317'),(317,'edxval','0016_add_transcript_credentials_model','2020-04-06 20:42:35.322701'),(318,'email_marketing','0001_initial','2020-04-06 20:42:35.559481'),(319,'email_marketing','0002_auto_20160623_1656','2020-04-06 20:42:37.457165'),(320,'email_marketing','0003_auto_20160715_1145','2020-04-06 20:42:38.383009'),(321,'email_marketing','0004_emailmarketingconfiguration_welcome_email_send_delay','2020-04-06 20:42:38.579145'),(322,'email_marketing','0005_emailmarketingconfiguration_user_registration_cookie_timeout_delay','2020-04-06 20:42:38.798107'),(323,'email_marketing','0006_auto_20170711_0615','2020-04-06 20:42:39.020811'),(324,'email_marketing','0007_auto_20170809_0653','2020-04-06 20:42:39.971758'),(325,'email_marketing','0008_auto_20170809_0539','2020-04-06 20:42:40.026938'),(326,'email_marketing','0009_remove_emailmarketingconfiguration_sailthru_activation_template','2020-04-06 20:42:40.246265'),(327,'email_marketing','0010_auto_20180425_0800','2020-04-06 20:42:40.593591'),(328,'embargo','0001_initial','2020-04-06 20:42:41.279897'),(329,'embargo','0002_data__add_countries','2020-04-06 20:42:41.337238'),(330,'enterprise','0068_remove_role_based_access_control_switch','2020-04-06 20:42:41.412939'),(331,'enterprise','0069_auto_20190613_0607','2020-04-06 20:42:41.719036'),(332,'enterprise','0070_enterprise_catalog_query','2020-04-06 20:42:42.277011'),(333,'enterprise','0071_historicalpendingenrollment_historicalpendingenterprisecustomeruser','2020-04-06 20:42:42.816434'),(334,'enterprise','0072_add_enterprise_report_config_feature_role','2020-04-06 20:42:42.885004'),(335,'enterprise','0073_enterprisecustomerreportingconfiguration_uuid','2020-04-06 20:42:43.110793'),(336,'enterprise','0074_auto_20190904_1143','2020-04-06 20:42:43.851564'),(337,'enterprise','0075_auto_20190916_1030','2020-04-06 20:42:44.492908'),(338,'enterprise','0076_auto_20190918_2037','2020-04-06 20:42:45.139370'),(339,'enterprise','0077_auto_20191002_1529','2020-04-06 20:42:45.733343'),(340,'enterprise','0078_auto_20191107_1536','2020-04-06 20:42:45.838680'),(341,'enterprise','0079_AddEnterpriseEnrollmentSource','2020-04-06 20:42:47.391959'),(342,'enterprise','0080_auto_20191113_1708','2020-04-06 20:42:47.508865'),(343,'enterprise','0081_UpdateEnterpriseEnrollmentSource','2020-04-06 20:42:47.561089'),(344,'enterprise','0082_AddManagementEnterpriseEnrollmentSource','2020-04-06 20:42:47.643765'),(345,'enterprise','0083_enterprisecustomerreportingconfiguration_include_date','2020-04-06 20:42:47.752439'),(346,'enterprise','0084_auto_20200120_1137','2020-04-06 20:42:47.878894'),(347,'enterprise','0085_enterprisecustomeruser_linked','2020-04-06 20:42:47.984085'),(348,'enterprise','0086_auto_20200128_1726','2020-04-06 20:42:48.439317'),(349,'enterprise','0087_auto_20200206_1151','2020-04-06 20:42:48.781604'),(350,'enterprise','0088_auto_20200224_1341','2020-04-06 20:42:49.451427'),(351,'enterprise','0089_auto_20200305_0652','2020-04-06 20:42:49.573501'),(352,'enterprise','0090_update_content_filter','2020-04-06 20:42:49.951617'),(353,'enterprise','0091_add_sales_force_id_in_pendingenrollment','2020-04-06 20:42:50.262808'),(354,'enterprise','0092_auto_20200312_1650','2020-04-06 20:42:50.598018'),(355,'student','0001_initial','2020-04-06 20:42:57.292640'),(356,'student','0002_auto_20151208_1034','2020-04-06 20:42:57.460249'),(357,'student','0003_auto_20160516_0938','2020-04-06 20:42:57.676302'),(358,'student','0004_auto_20160531_1422','2020-04-06 20:42:57.776744'),(359,'student','0005_auto_20160531_1653','2020-04-06 20:42:57.890490'),(360,'student','0006_logoutviewconfiguration','2020-04-06 20:42:57.993332'),(361,'student','0007_registrationcookieconfiguration','2020-04-06 20:42:58.094905'),(362,'student','0008_auto_20161117_1209','2020-04-06 20:42:58.201771'),(363,'student','0009_auto_20170111_0422','2020-04-06 20:42:58.298703'),(364,'student','0010_auto_20170207_0458','2020-04-06 20:42:58.331701'),(365,'student','0011_course_key_field_to_foreign_key','2020-04-06 20:43:00.280168'),(366,'student','0012_sociallink','2020-04-06 20:43:00.674113'),(367,'student','0013_delete_historical_enrollment_records','2020-04-06 20:43:01.619808'),(368,'student','0014_courseenrollmentallowed_user','2020-04-06 20:43:01.953045'),(369,'student','0015_manualenrollmentaudit_add_role','2020-04-06 20:43:02.238865'),(370,'student','0016_coursenrollment_course_on_delete_do_nothing','2020-04-06 20:43:02.574961'),(371,'student','0017_accountrecovery','2020-04-06 20:43:02.906743'),(372,'student','0018_remove_password_history','2020-04-06 20:43:03.790453'),(373,'student','0019_auto_20181221_0540','2020-04-06 20:43:04.374586'),(374,'student','0020_auto_20190227_2019','2020-04-06 20:43:04.653553'),(375,'student','0021_historicalcourseenrollment','2020-04-06 20:43:04.990595'),(376,'entitlements','0001_initial','2020-04-06 20:43:05.335175'),(377,'entitlements','0002_auto_20171102_0719','2020-04-06 20:43:06.387825'),(378,'entitlements','0003_auto_20171205_1431','2020-04-06 20:43:08.157390'),(379,'entitlements','0004_auto_20171206_1729','2020-04-06 20:43:08.437973'),(380,'entitlements','0005_courseentitlementsupportdetail','2020-04-06 20:43:08.775766'),(381,'entitlements','0006_courseentitlementsupportdetail_action','2020-04-06 20:43:09.072347'),(382,'entitlements','0007_change_expiration_period_default','2020-04-06 20:43:09.215719'),(383,'entitlements','0008_auto_20180328_1107','2020-04-06 20:43:09.656127'),(384,'entitlements','0009_courseentitlement_refund_locked','2020-04-06 20:43:09.951269'),(385,'entitlements','0010_backfill_refund_lock','2020-04-06 20:43:10.038236'),(386,'entitlements','0011_historicalcourseentitlement','2020-04-06 20:43:10.413415'),(387,'entitlements','0012_allow_blank_order_number_values','2020-04-06 20:43:10.974706'),(388,'entitlements','0013_historicalcourseentitlementsupportdetail','2020-04-06 20:43:11.338998'),(389,'entitlements','0014_auto_20200115_2022','2020-04-06 20:43:11.698621'),(390,'entitlements','0015_add_unique_together_constraint','2020-04-06 20:43:13.182759'),(391,'experiments','0001_initial','2020-04-06 20:43:14.038646'),(392,'experiments','0002_auto_20170627_1402','2020-04-06 20:43:14.128507'),(393,'experiments','0003_auto_20170713_1148','2020-04-06 20:43:14.190206'),(394,'experiments','0004_historicalexperimentkeyvalue','2020-04-06 20:43:14.557937'),(395,'external_user_ids','0001_initial','2020-04-06 20:43:15.908497'),(396,'external_user_ids','0002_mb_coaching_20200210_1754','2020-04-06 20:43:15.966544'),(397,'external_user_ids','0003_auto_20200224_1836','2020-04-06 20:43:16.255769'),(398,'grades','0001_initial','2020-04-06 20:43:16.396239'),(399,'grades','0002_rename_last_edited_field','2020-04-06 20:43:16.495202'),(400,'grades','0003_coursepersistentgradesflag_persistentgradesenabledflag','2020-04-06 20:43:17.832399'),(401,'grades','0004_visibleblocks_course_id','2020-04-06 20:43:17.902749'),(402,'grades','0005_multiple_course_flags','2020-04-06 20:43:18.211003'),(403,'grades','0006_persistent_course_grades','2020-04-06 20:43:18.319586'),(404,'grades','0007_add_passed_timestamp_column','2020-04-06 20:43:18.415354'),(405,'grades','0008_persistentsubsectiongrade_first_attempted','2020-04-06 20:43:18.501741'),(406,'grades','0009_auto_20170111_1507','2020-04-06 20:43:18.607810'),(407,'grades','0010_auto_20170112_1156','2020-04-06 20:43:18.672517'),(408,'grades','0011_null_edited_time','2020-04-06 20:43:18.823759'),(409,'grades','0012_computegradessetting','2020-04-06 20:43:19.187588'),(410,'grades','0013_persistentsubsectiongradeoverride','2020-04-06 20:43:19.266553'),(411,'grades','0014_persistentsubsectiongradeoverridehistory','2020-04-06 20:43:19.663045'),(412,'grades','0015_historicalpersistentsubsectiongradeoverride','2020-04-06 20:43:20.036687'),(413,'grades','0016_auto_20190703_1446','2020-04-06 20:43:20.688367'),(414,'grades','0017_delete_manual_psgoverride_table','2020-04-06 20:43:21.085964'),(415,'instructor_task','0002_gradereportsetting','2020-04-06 20:43:21.481209'),(416,'instructor_task','0003_alter_task_input_field','2020-04-06 20:43:21.804886'),(417,'sap_success_factors','0001_initial','2020-04-06 20:43:23.523206'),(418,'sap_success_factors','0002_auto_20170224_1545','2020-04-06 20:43:24.652451'),(419,'sap_success_factors','0003_auto_20170317_1402','2020-04-06 20:43:25.168568'),(420,'sap_success_factors','0004_catalogtransmissionaudit_audit_summary','2020-04-06 20:43:25.234211'),(421,'sap_success_factors','0005_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason','2020-04-06 20:43:25.558204'),(422,'sap_success_factors','0006_sapsuccessfactors_use_enterprise_enrollment_page_waffle_flag','2020-04-06 20:43:25.618493'),(423,'sap_success_factors','0007_remove_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason','2020-04-06 20:43:25.950275'),(424,'sap_success_factors','0008_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason','2020-04-06 20:43:26.336730'),(425,'sap_success_factors','0009_sapsuccessfactors_remove_enterprise_enrollment_page_waffle_flag','2020-04-06 20:43:26.406873'),(426,'sap_success_factors','0010_move_audit_tables_to_base_integrated_channel','2020-04-06 20:43:26.559955'),(427,'integrated_channel','0001_initial','2020-04-06 20:43:26.649818'),(428,'integrated_channel','0002_delete_enterpriseintegratedchannel','2020-04-06 20:43:26.705205'),(429,'integrated_channel','0003_catalogtransmissionaudit_learnerdatatransmissionaudit','2020-04-06 20:43:26.789282'),(430,'integrated_channel','0004_catalogtransmissionaudit_channel','2020-04-06 20:43:26.862130'),(431,'integrated_channel','0005_auto_20180306_1251','2020-04-06 20:43:27.929878'),(432,'integrated_channel','0006_delete_catalogtransmissionaudit','2020-04-06 20:43:27.991213'),(433,'integrated_channel','0007_auto_20190925_0730','2020-04-06 20:43:28.075871'),(434,'lms_xblock','0001_initial','2020-04-06 20:43:28.455990'),(435,'lx_pathway_plugin','0001_initial','2020-04-06 20:43:28.890351'),(436,'milestones','0001_initial','2020-04-06 20:43:29.321280'),(437,'milestones','0002_data__seed_relationship_types','2020-04-06 20:43:29.400590'),(438,'milestones','0003_coursecontentmilestone_requirements','2020-04-06 20:43:29.472334'),(439,'milestones','0004_auto_20151221_1445','2020-04-06 20:43:29.658237'),(440,'mobile_api','0001_initial','2020-04-06 20:43:30.026460'),(441,'mobile_api','0002_auto_20160406_0904','2020-04-06 20:43:30.121941'),(442,'mobile_api','0003_ignore_mobile_available_flag','2020-04-06 20:43:30.795129'),(443,'oauth2_provider','0001_initial','2020-04-06 20:43:32.854961'),(444,'oauth_dispatch','0001_initial','2020-04-06 20:43:33.258323'),(445,'oauth_dispatch','0002_scopedapplication_scopedapplicationorganization','2020-04-06 20:43:33.999426'),(446,'oauth_dispatch','0003_application_data','2020-04-06 20:43:34.063070'),(447,'oauth_dispatch','0004_auto_20180626_1349','2020-04-06 20:43:35.609062'),(448,'oauth_dispatch','0005_applicationaccess_type','2020-04-06 20:43:35.729462'),(449,'oauth_dispatch','0006_drop_application_id_constraints','2020-04-06 20:43:35.953111'),(450,'oauth2_provider','0002_08_updates','2020-04-06 20:43:36.185655'),(451,'oauth2_provider','0003_auto_20160316_1503','2020-04-06 20:43:36.309374'),(452,'oauth2_provider','0004_auto_20160525_1623','2020-04-06 20:43:36.523533'),(453,'oauth2_provider','0005_auto_20170514_1141','2020-04-06 20:43:38.080160'),(454,'oauth2_provider','0006_auto_20171214_2232','2020-04-06 20:43:38.408199'),(455,'oauth_dispatch','0007_restore_application_id_constraints','2020-04-06 20:43:38.638003'),(456,'oauth_dispatch','0008_applicationaccess_filters','2020-04-06 20:43:38.720250'),(457,'oauth_dispatch','0009_delete_enable_scopes_waffle_switch','2020-04-06 20:43:38.789100'),(458,'problem_builder','0001_initial','2020-04-06 20:43:38.886492'),(459,'problem_builder','0002_auto_20160121_1525','2020-04-06 20:43:39.035634'),(460,'problem_builder','0003_auto_20161124_0755','2020-04-06 20:43:39.135626'),(461,'problem_builder','0004_copy_course_ids','2020-04-06 20:43:39.191517'),(462,'problem_builder','0005_auto_20170112_1021','2020-04-06 20:43:39.294442'),(463,'problem_builder','0006_remove_deprecated_course_id','2020-04-06 20:43:39.405082'),(464,'problem_builder','0007_lengthen_student_id_field','2020-04-06 20:43:39.472290'),(465,'program_enrollments','0001_initial','2020-04-06 20:43:39.650391'),(466,'program_enrollments','0002_historicalprogramcourseenrollment_programcourseenrollment','2020-04-06 20:43:40.410211'),(467,'program_enrollments','0003_auto_20190424_1622','2020-04-06 20:43:40.752103'),(468,'program_enrollments','0004_add_programcourseenrollment_relatedname','2020-04-06 20:43:41.184954'),(469,'program_enrollments','0005_canceled_not_withdrawn','2020-04-06 20:43:42.363273'),(470,'program_enrollments','0006_add_the_correct_constraints','2020-04-06 20:43:42.693271'),(471,'program_enrollments','0007_waiting_programcourseenrollment_constraint','2020-04-06 20:43:42.781632'),(472,'program_enrollments','0008_add_ended_programenrollment_status','2020-04-06 20:43:42.919689'),(473,'program_enrollments','0009_update_course_enrollment_field_to_foreign_key','2020-04-06 20:43:43.134740'),(474,'program_enrollments','0010_add_courseaccessroleassignment','2020-04-06 20:43:43.376493'),(475,'programs','0001_initial','2020-04-06 20:43:43.585363'),(476,'programs','0002_programsapiconfig_cache_ttl','2020-04-06 20:43:43.742461'),(477,'programs','0003_auto_20151120_1613','2020-04-06 20:43:44.238401'),(478,'programs','0004_programsapiconfig_enable_certification','2020-04-06 20:43:44.396359'),(479,'programs','0005_programsapiconfig_max_retries','2020-04-06 20:43:44.550393'),(480,'programs','0006_programsapiconfig_xseries_ad_enabled','2020-04-06 20:43:44.727364'),(481,'programs','0007_programsapiconfig_program_listing_enabled','2020-04-06 20:43:44.886060'),(482,'programs','0008_programsapiconfig_program_details_enabled','2020-04-06 20:43:45.037371'),(483,'programs','0009_programsapiconfig_marketing_path','2020-04-06 20:43:45.199181'),(484,'programs','0010_auto_20170204_2332','2020-04-06 20:43:45.468441'),(485,'programs','0011_auto_20170301_1844','2020-04-06 20:43:47.702853'),(486,'programs','0012_auto_20170419_0018','2020-04-06 20:43:47.868019'),(487,'programs','0013_customprogramsconfig','2020-04-06 20:43:48.091712'),(488,'redirects','0001_initial','2020-04-06 20:43:48.294936'),(489,'rss_proxy','0001_initial','2020-04-06 20:43:48.379495'),(490,'sap_success_factors','0011_auto_20180104_0103','2020-04-06 20:43:50.282230'),(491,'sap_success_factors','0012_auto_20180109_0712','2020-04-06 20:43:50.544693'),(492,'sap_success_factors','0013_auto_20180306_1251','2020-04-06 20:43:50.820628'),(493,'sap_success_factors','0014_drop_historical_table','2020-04-06 20:43:50.895818'),(494,'sap_success_factors','0015_auto_20180510_1259','2020-04-06 20:43:51.282912'),(495,'sap_success_factors','0016_sapsuccessfactorsenterprisecustomerconfiguration_additional_locales','2020-04-06 20:43:51.423773'),(496,'sap_success_factors','0017_sapsuccessfactorsglobalconfiguration_search_student_api_path','2020-04-06 20:43:51.619393'),(497,'sap_success_factors','0018_sapsuccessfactorsenterprisecustomerconfiguration_show_course_price','2020-04-06 20:43:51.787739'),(498,'sap_success_factors','0019_auto_20190925_0730','2020-04-06 20:43:51.964917'),(499,'sap_success_factors','0020_sapsuccessfactorsenterprisecustomerconfiguration_catalogs_to_transmit','2020-04-06 20:43:52.089242'),(500,'sap_success_factors','0021_sapsuccessfactorsenterprisecustomerconfiguration_show_total_hours','2020-04-06 20:43:52.239610'),(501,'sap_success_factors','0022_auto_20200206_1046','2020-04-06 20:43:52.477051'),(502,'schedules','0001_initial','2020-04-06 20:43:52.749835'),(503,'schedules','0002_auto_20170816_1532','2020-04-06 20:43:52.899427'),(504,'schedules','0003_scheduleconfig','2020-04-06 20:43:53.761831'),(505,'schedules','0004_auto_20170922_1428','2020-04-06 20:43:54.077980'),(506,'schedules','0005_auto_20171010_1722','2020-04-06 20:43:54.395871'),(507,'schedules','0006_scheduleexperience','2020-04-06 20:43:54.620646'),(508,'schedules','0007_scheduleconfig_hold_back_ratio','2020-04-06 20:43:54.798713'),(509,'schedules','0008_add_new_start_date_field','2020-04-06 20:43:54.889997'),(510,'schedules','0009_schedule_copy_column_values','2020-04-06 20:43:54.965415'),(511,'schedules','0010_remove_null_blank_from_schedules_date','2020-04-06 20:43:55.057992'),(512,'schedules','0011_auto_20200228_2018','2020-04-06 20:43:55.247354'),(513,'schedules','0012_auto_20200302_1914','2020-04-06 20:43:55.433627'),(514,'schedules','0013_historicalschedule','2020-04-06 20:43:55.624723'),(515,'schedules','0014_historicalschedule_drop_fk','2020-04-06 20:43:55.827033'),(516,'schedules','0015_schedules_start_nullable','2020-04-06 20:43:56.033727'),(517,'schedules','0016_remove_start_from_schedules','2020-04-06 20:43:56.124978'),(518,'schedules','0017_remove_start_from_historicalschedule','2020-04-06 20:43:56.218400'),(519,'schedules','0018_readd_historicalschedule_fks','2020-04-06 20:43:56.497882'),(520,'schedules','0019_auto_20200316_1935','2020-04-06 20:43:56.878490'),(521,'self_paced','0001_initial','2020-04-06 20:43:57.117645'),(522,'sessions','0001_initial','2020-04-06 20:43:57.175967'),(523,'shoppingcart','0001_initial','2020-04-06 20:44:01.374935'),(524,'shoppingcart','0002_auto_20151208_1034','2020-04-06 20:44:01.560201'),(525,'shoppingcart','0003_auto_20151217_0958','2020-04-06 20:44:01.738582'),(526,'shoppingcart','0004_change_meta_options','2020-04-06 20:44:01.895915'),(527,'site_configuration','0001_initial','2020-04-06 20:44:02.307994'),(528,'site_configuration','0002_auto_20160720_0231','2020-04-06 20:44:02.546752'),(529,'site_configuration','0003_auto_20200217_1058','2020-04-06 20:44:02.776109'),(530,'site_configuration','0004_add_site_values_field','2020-04-06 20:44:03.012378'),(531,'site_configuration','0005_populate_siteconfig_history_site_values','2020-04-06 20:44:03.081383'),(532,'site_configuration','0006_copy_values_to_site_values','2020-04-06 20:44:03.171722'),(533,'site_configuration','0007_remove_values_field','2020-04-06 20:44:03.399326'),(534,'default','0001_initial','2020-04-06 20:44:03.907292'),(535,'social_auth','0001_initial','2020-04-06 20:44:03.942082'),(536,'default','0002_add_related_name','2020-04-06 20:44:04.179796'),(537,'social_auth','0002_add_related_name','2020-04-06 20:44:04.208211'),(538,'default','0003_alter_email_max_length','2020-04-06 20:44:04.296536'),(539,'social_auth','0003_alter_email_max_length','2020-04-06 20:44:04.329808'),(540,'default','0004_auto_20160423_0400','2020-04-06 20:44:04.525787'),(541,'social_auth','0004_auto_20160423_0400','2020-04-06 20:44:04.563563'),(542,'social_auth','0005_auto_20160727_2333','2020-04-06 20:44:04.660779'),(543,'social_django','0006_partial','2020-04-06 20:44:04.728205'),(544,'social_django','0007_code_timestamp','2020-04-06 20:44:04.803759'),(545,'social_django','0008_partial_timestamp','2020-04-06 20:44:04.900228'),(546,'splash','0001_initial','2020-04-06 20:44:05.110972'),(547,'static_replace','0001_initial','2020-04-06 20:44:05.340609'),(548,'static_replace','0002_assetexcludedextensionsconfig','2020-04-06 20:44:06.248577'),(549,'status','0001_initial','2020-04-06 20:44:06.690486'),(550,'status','0002_update_help_text','2020-04-06 20:44:06.865820'),(551,'student','0022_indexing_in_courseenrollment','2020-04-06 20:44:07.059744'),(552,'student','0023_bulkunenrollconfiguration','2020-04-06 20:44:07.298650'),(553,'student','0024_fbeenrollmentexclusion','2020-04-06 20:44:07.524322'),(554,'student','0025_auto_20191101_1846','2020-04-06 20:44:07.582004'),(555,'student','0026_allowedauthuser','2020-04-06 20:44:07.799008'),(556,'student','0027_courseenrollment_mode_callable_default','2020-04-06 20:44:08.119401'),(557,'student','0028_historicalmanualenrollmentaudit','2020-04-06 20:44:08.362301'),(558,'student','0029_add_data_researcher','2020-04-06 20:44:08.443079'),(559,'student','0030_userprofile_phone_number','2020-04-06 20:44:08.636305'),(560,'student','0031_auto_20200317_1122','2020-04-06 20:44:08.887617'),(561,'submissions','0001_initial','2020-04-06 20:44:09.205090'),(562,'submissions','0002_auto_20151119_0913','2020-04-06 20:44:09.324956'),(563,'submissions','0003_submission_status','2020-04-06 20:44:09.404805'),(564,'submissions','0004_remove_django_extensions','2020-04-06 20:44:09.515561'),(565,'submissions','0005_CreateTeamModel','2020-04-06 20:44:09.980233'),(566,'super_csv','0001_initial','2020-04-06 20:44:10.048411'),(567,'super_csv','0002_csvoperation_user','2020-04-06 20:44:10.305239'),(568,'super_csv','0003_csvoperation_original_filename','2020-04-06 20:44:10.507282'),(569,'survey','0001_initial','2020-04-06 20:44:10.848189'),(570,'system_wide_roles','0001_SystemWideRole_SystemWideRoleAssignment','2020-04-06 20:44:11.142829'),(571,'system_wide_roles','0002_add_system_wide_student_support_role','2020-04-06 20:44:11.225488'),(572,'teams','0001_initial','2020-04-06 20:44:12.679409'),(573,'teams','0002_slug_field_ids','2020-04-06 20:44:13.184800'),(574,'teams','0003_courseteam_organization_protected','2020-04-06 20:44:13.430855'),(575,'teams','0004_alter_defaults','2020-04-06 20:44:14.228415'),(576,'theming','0001_initial','2020-04-06 20:44:14.519801'),(577,'third_party_auth','0001_initial','2020-04-06 20:44:15.600542'),(578,'third_party_auth','0002_schema__provider_icon_image','2020-04-06 20:44:16.803717'),(579,'third_party_auth','0003_samlproviderconfig_debug_mode','2020-04-06 20:44:17.047192'),(580,'third_party_auth','0004_add_visible_field','2020-04-06 20:44:19.023814'),(581,'third_party_auth','0005_add_site_field','2020-04-06 20:44:20.310875'),(582,'third_party_auth','0006_samlproviderconfig_automatic_refresh_enabled','2020-04-06 20:44:20.566580'),(583,'third_party_auth','0007_auto_20170406_0912','2020-04-06 20:44:21.053389'),(584,'third_party_auth','0008_auto_20170413_1455','2020-04-06 20:44:21.750512'),(585,'third_party_auth','0009_auto_20170415_1144','2020-04-06 20:44:22.457051'),(586,'third_party_auth','0010_add_skip_hinted_login_dialog_field','2020-04-06 20:44:23.149930'),(587,'third_party_auth','0011_auto_20170616_0112','2020-04-06 20:44:23.414402'),(588,'third_party_auth','0012_auto_20170626_1135','2020-04-06 20:44:24.110837'),(589,'third_party_auth','0013_sync_learner_profile_data','2020-04-06 20:44:25.586131'),(590,'third_party_auth','0014_auto_20171222_1233','2020-04-06 20:44:26.306407'),(591,'third_party_auth','0015_samlproviderconfig_archived','2020-04-06 20:44:26.569232'),(592,'third_party_auth','0016_auto_20180130_0938','2020-04-06 20:44:27.097260'),(593,'third_party_auth','0017_remove_icon_class_image_secondary_fields','2020-04-06 20:44:27.802847'),(594,'third_party_auth','0018_auto_20180327_1631','2020-04-06 20:44:28.521422'),(595,'third_party_auth','0019_consolidate_slug','2020-04-06 20:44:29.251385'),(596,'third_party_auth','0020_cleanup_slug_fields','2020-04-06 20:44:29.737635'),(597,'third_party_auth','0021_sso_id_verification','2020-04-06 20:44:30.453846'),(598,'third_party_auth','0022_auto_20181012_0307','2020-04-06 20:44:32.383113'),(599,'third_party_auth','0023_auto_20190418_2033','2020-04-06 20:44:33.205053'),(600,'third_party_auth','0024_fix_edit_disallowed','2020-04-06 20:44:34.010094'),(601,'third_party_auth','0025_auto_20200303_1448','2020-04-06 20:44:34.284229'),(602,'third_party_auth','0026_auto_20200401_1932','2020-04-06 20:44:34.654188'),(603,'thumbnail','0001_initial','2020-04-06 20:44:34.721160'),(604,'track','0001_initial','2020-04-06 20:44:34.802207'),(605,'track','0002_delete_trackinglog','2020-04-06 20:44:34.870937'),(606,'user_api','0001_initial','2020-04-06 20:44:36.279560'),(607,'user_api','0002_retirementstate_userretirementstatus','2020-04-06 20:44:36.621920'),(608,'user_api','0003_userretirementrequest','2020-04-06 20:44:36.914707'),(609,'user_api','0004_userretirementpartnerreportingstatus','2020-04-06 20:44:37.272344'),(610,'user_authn','0001_data__add_login_service','2020-04-06 20:44:37.335455'),(611,'util','0001_initial','2020-04-06 20:44:38.390211'),(612,'util','0002_data__default_rate_limit_config','2020-04-06 20:44:38.458173'),(613,'verified_track_content','0001_initial','2020-04-06 20:44:38.530883'),(614,'verified_track_content','0002_verifiedtrackcohortedcourse_verified_cohort_name','2020-04-06 20:44:38.605633'),(615,'verified_track_content','0003_migrateverifiedtrackcohortssetting','2020-04-06 20:44:38.937558'),(616,'verify_student','0001_initial','2020-04-06 20:44:41.331111'),(617,'verify_student','0002_auto_20151124_1024','2020-04-06 20:44:41.461169'),(618,'verify_student','0003_auto_20151113_1443','2020-04-06 20:44:41.612452'),(619,'verify_student','0004_delete_historical_records','2020-04-06 20:44:41.733083'),(620,'verify_student','0005_remove_deprecated_models','2020-04-06 20:44:44.600684'),(621,'verify_student','0006_ssoverification','2020-04-06 20:44:44.851551'),(622,'verify_student','0007_idverificationaggregate','2020-04-06 20:44:45.097115'),(623,'verify_student','0008_populate_idverificationaggregate','2020-04-06 20:44:45.158541'),(624,'verify_student','0009_remove_id_verification_aggregate','2020-04-06 20:44:45.643231'),(625,'verify_student','0010_manualverification','2020-04-06 20:44:45.903903'),(626,'verify_student','0011_add_fields_to_sspv','2020-04-06 20:44:46.251539'),(627,'verify_student','0012_sspverificationretryconfig','2020-04-06 20:44:46.536068'),(628,'video_config','0001_initial','2020-04-06 20:44:47.035565'),(629,'video_config','0002_coursevideotranscriptenabledflag_videotranscriptenabledflag','2020-04-06 20:44:47.504415'),(630,'video_config','0003_transcriptmigrationsetting','2020-04-06 20:44:47.759028'),(631,'video_config','0004_transcriptmigrationsetting_command_run','2020-04-06 20:44:47.962474'),(632,'video_config','0005_auto_20180719_0752','2020-04-06 20:44:48.225103'),(633,'video_config','0006_videothumbnailetting_updatedcoursevideos','2020-04-06 20:44:48.556234'),(634,'video_config','0007_videothumbnailsetting_offset','2020-04-06 20:44:48.806164'),(635,'video_config','0008_courseyoutubeblockedflag','2020-04-06 20:44:49.074071'),(636,'video_pipeline','0001_initial','2020-04-06 20:44:49.355925'),(637,'video_pipeline','0002_auto_20171114_0704','2020-04-06 20:44:49.745299'),(638,'video_pipeline','0003_coursevideouploadsenabledbydefault_videouploadsenabledbydefault','2020-04-06 20:44:51.008815'),(639,'waffle','0002_auto_20161201_0958','2020-04-06 20:44:51.134649'),(640,'waffle','0003_update_strings_for_i18n','2020-04-06 20:44:54.227536'),(641,'waffle_utils','0001_initial','2020-04-06 20:44:54.493848'),(642,'wiki','0001_initial','2020-04-06 20:45:01.796427'),(643,'wiki','0002_remove_article_subscription','2020-04-06 20:45:01.883121'),(644,'wiki','0003_ip_address_conv','2020-04-06 20:45:02.487977'),(645,'wiki','0004_increase_slug_size','2020-04-06 20:45:02.662982'),(646,'wiki','0005_remove_attachments_and_images','2020-04-06 20:45:03.996087'),(647,'wiki','0006_auto_20200110_1003','2020-04-06 20:45:04.409154'),(648,'workflow','0001_initial','2020-04-06 20:45:04.570267'),(649,'workflow','0002_remove_django_extensions','2020-04-06 20:45:04.688054'),(650,'workflow','0003_TeamWorkflows','2020-04-06 20:45:04.787860'),(651,'xapi','0001_initial','2020-04-06 20:45:05.017547'),(652,'xapi','0002_auto_20180726_0142','2020-04-06 20:45:05.255071'),(653,'xapi','0003_auto_20190807_1006','2020-04-06 20:45:05.634617'),(654,'xapi','0004_auto_20190830_0710','2020-04-06 20:45:05.822727'),(655,'xblock_django','0001_initial','2020-04-06 20:45:06.075026'),(656,'xblock_django','0002_auto_20160204_0809','2020-04-06 20:45:06.279347'),(657,'xblock_django','0003_add_new_config_models','2020-04-06 20:45:06.905856'),(658,'xblock_django','0004_delete_xblock_disable_config','2020-04-06 20:45:07.175760'),(659,'social_django','0005_auto_20160727_2333','2020-04-06 20:45:07.222042'),(660,'social_django','0001_initial','2020-04-06 20:45:07.261947'),(661,'social_django','0004_auto_20160423_0400','2020-04-06 20:45:07.306071'),(662,'social_django','0002_add_related_name','2020-04-06 20:45:07.350401'),(663,'social_django','0003_alter_email_max_length','2020-04-06 20:45:07.394858'),(664,'contentstore','0001_initial','2020-04-06 20:45:57.559821'),(665,'contentstore','0002_add_assets_page_flag','2020-04-06 20:45:58.394836'),(666,'contentstore','0003_remove_assets_page_flag','2020-04-06 20:45:59.538456'),(667,'contentstore','0004_remove_push_notification_configmodel_table','2020-04-06 20:45:59.983791'),(668,'course_creators','0001_initial','2020-04-06 20:46:00.403870'),(669,'tagging','0001_initial','2020-04-06 20:46:00.518213'),(670,'tagging','0002_auto_20170116_1541','2020-04-06 20:46:00.670323'),(671,'user_tasks','0001_initial','2020-04-06 20:46:01.817041'),(672,'user_tasks','0002_artifact_file_storage','2020-04-06 20:46:01.895776'),(673,'user_tasks','0003_url_max_length','2020-04-06 20:46:01.993099'),(674,'user_tasks','0004_url_textfield','2020-04-06 20:46:02.076091'),(675,'xblock_config','0001_initial','2020-04-06 20:46:02.330844'),(676,'xblock_config','0002_courseeditltifieldsenabledflag','2020-04-06 20:46:02.581567');
/*!40000 ALTER TABLE `django_migrations` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2020-04-07 11:52:10