forked from openedx-unsupported/devstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathedxapp_csmh.sql
93 lines (78 loc) · 64 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.7.33, for Linux (x86_64)
--
-- Host: localhost Database: edxapp_csmh
-- ------------------------------------------------------
-- Server version 5.7.33
/*!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=765 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','2021-05-13 20:02:57.655667'),(2,'auth','0001_initial','2021-05-13 20:02:57.688366'),(3,'admin','0001_initial','2021-05-13 20:02:57.706172'),(4,'admin','0002_logentry_remove_auto_add','2021-05-13 20:02:57.720375'),(5,'admin','0003_logentry_add_action_flag_choices','2021-05-13 20:02:57.734239'),(6,'agreements','0001_initial','2021-05-13 20:02:57.747900'),(7,'announcements','0001_initial','2021-05-13 20:02:57.755118'),(8,'sites','0001_initial','2021-05-13 20:02:57.762287'),(9,'contenttypes','0002_remove_content_type_name','2021-05-13 20:02:57.788152'),(10,'api_admin','0001_initial','2021-05-13 20:02:57.818209'),(11,'api_admin','0002_auto_20160325_1604','2021-05-13 20:02:57.826315'),(12,'api_admin','0003_auto_20160404_1618','2021-05-13 20:02:57.916705'),(13,'api_admin','0004_auto_20160412_1506','2021-05-13 20:02:57.984531'),(14,'api_admin','0005_auto_20160414_1232','2021-05-13 20:02:58.007091'),(15,'api_admin','0006_catalog','2021-05-13 20:02:58.013704'),(16,'api_admin','0007_delete_historical_api_records','2021-05-13 20:02:58.069034'),(17,'assessment','0001_initial','2021-05-13 20:02:58.257636'),(18,'assessment','0002_staffworkflow','2021-05-13 20:02:58.266512'),(19,'assessment','0003_expand_course_id','2021-05-13 20:02:58.287465'),(20,'assessment','0004_historicalsharedfileupload_sharedfileupload','2021-05-13 20:02:58.312982'),(21,'assessment','0005_add_filename_to_sharedupload','2021-05-13 20:02:58.340563'),(22,'assessment','0006_TeamWorkflows','2021-05-13 20:02:58.350724'),(23,'auth','0002_alter_permission_name_max_length','2021-05-13 20:02:58.364162'),(24,'auth','0003_alter_user_email_max_length','2021-05-13 20:02:58.379581'),(25,'auth','0004_alter_user_username_opts','2021-05-13 20:02:58.393183'),(26,'auth','0005_alter_user_last_login_null','2021-05-13 20:02:58.408953'),(27,'auth','0006_require_contenttypes_0002','2021-05-13 20:02:58.411720'),(28,'auth','0007_alter_validators_add_error_messages','2021-05-13 20:02:58.427153'),(29,'auth','0008_alter_user_username_max_length','2021-05-13 20:02:58.443101'),(30,'auth','0009_alter_user_last_name_max_length','2021-05-13 20:02:58.456957'),(31,'auth','0010_alter_group_name_max_length','2021-05-13 20:02:58.470160'),(32,'auth','0011_update_proxy_permissions','2021-05-13 20:02:58.478118'),(33,'instructor_task','0001_initial','2021-05-13 20:02:58.493161'),(34,'certificates','0001_initial','2021-05-13 20:02:58.651837'),(35,'certificates','0002_data__certificatehtmlviewconfiguration_data','2021-05-13 20:02:58.661236'),(36,'certificates','0003_data__default_modes','2021-05-13 20:02:58.668085'),(37,'certificates','0004_certificategenerationhistory','2021-05-13 20:02:58.690137'),(38,'certificates','0005_auto_20151208_0801','2021-05-13 20:02:58.711123'),(39,'certificates','0006_certificatetemplateasset_asset_slug','2021-05-13 20:02:58.720360'),(40,'certificates','0007_certificateinvalidation','2021-05-13 20:02:58.744229'),(41,'badges','0001_initial','2021-05-13 20:02:58.802675'),(42,'badges','0002_data__migrate_assertions','2021-05-13 20:02:58.810481'),(43,'badges','0003_schema__add_event_configuration','2021-05-13 20:02:58.848811'),(44,'waffle','0001_initial','2021-05-13 20:02:58.889421'),(45,'sites','0002_alter_domain_unique','2021-05-13 20:02:58.900594'),(46,'enterprise','0001_initial','2021-05-13 20:03:00.530689'),(47,'enterprise','0002_enterprisecustomerbrandingconfiguration','2021-05-13 20:03:00.535153'),(48,'enterprise','0003_auto_20161104_0937','2021-05-13 20:03:00.538150'),(49,'enterprise','0004_auto_20161114_0434','2021-05-13 20:03:00.540857'),(50,'enterprise','0005_pendingenterprisecustomeruser','2021-05-13 20:03:00.543405'),(51,'enterprise','0006_auto_20161121_0241','2021-05-13 20:03:00.546033'),(52,'enterprise','0007_auto_20161109_1511','2021-05-13 20:03:00.548116'),(53,'enterprise','0008_auto_20161124_2355','2021-05-13 20:03:00.550457'),(54,'enterprise','0009_auto_20161130_1651','2021-05-13 20:03:00.553139'),(55,'enterprise','0010_auto_20161222_1212','2021-05-13 20:03:00.555839'),(56,'enterprise','0011_enterprisecustomerentitlement_historicalenterprisecustomerentitlement','2021-05-13 20:03:00.557918'),(57,'enterprise','0012_auto_20170125_1033','2021-05-13 20:03:00.561089'),(58,'enterprise','0013_auto_20170125_1157','2021-05-13 20:03:00.564050'),(59,'enterprise','0014_enrollmentnotificationemailtemplate_historicalenrollmentnotificationemailtemplate','2021-05-13 20:03:00.567085'),(60,'enterprise','0015_auto_20170130_0003','2021-05-13 20:03:00.570087'),(61,'enterprise','0016_auto_20170405_0647','2021-05-13 20:03:00.572584'),(62,'enterprise','0017_auto_20170508_1341','2021-05-13 20:03:00.575366'),(63,'enterprise','0018_auto_20170511_1357','2021-05-13 20:03:00.578463'),(64,'enterprise','0019_auto_20170606_1853','2021-05-13 20:03:00.580818'),(65,'enterprise','0020_auto_20170624_2316','2021-05-13 20:03:00.583326'),(66,'enterprise','0021_auto_20170711_0712','2021-05-13 20:03:00.586251'),(67,'enterprise','0022_auto_20170720_1543','2021-05-13 20:03:00.588449'),(68,'enterprise','0023_audit_data_reporting_flag','2021-05-13 20:03:00.590455'),(69,'enterprise','0024_enterprisecustomercatalog_historicalenterprisecustomercatalog','2021-05-13 20:03:00.592494'),(70,'enterprise','0025_auto_20170828_1412','2021-05-13 20:03:00.595499'),(71,'enterprise','0026_make_require_account_level_consent_nullable','2021-05-13 20:03:00.597799'),(72,'enterprise','0027_remove_account_level_consent','2021-05-13 20:03:00.600308'),(73,'enterprise','0028_link_enterprise_to_enrollment_template','2021-05-13 20:03:00.603135'),(74,'enterprise','0029_auto_20170925_1909','2021-05-13 20:03:00.606156'),(75,'enterprise','0030_auto_20171005_1600','2021-05-13 20:03:00.609199'),(76,'enterprise','0031_auto_20171012_1249','2021-05-13 20:03:00.611856'),(77,'enterprise','0032_reporting_model','2021-05-13 20:03:00.614699'),(78,'enterprise','0033_add_history_change_reason_field','2021-05-13 20:03:00.618905'),(79,'enterprise','0034_auto_20171023_0727','2021-05-13 20:03:00.621578'),(80,'enterprise','0035_auto_20171212_1129','2021-05-13 20:03:00.623547'),(81,'enterprise','0036_sftp_reporting_support','2021-05-13 20:03:00.626138'),(82,'enterprise','0037_auto_20180110_0450','2021-05-13 20:03:00.628783'),(83,'enterprise','0038_auto_20180122_1427','2021-05-13 20:03:00.630936'),(84,'enterprise','0039_auto_20180129_1034','2021-05-13 20:03:00.633018'),(85,'enterprise','0040_auto_20180129_1428','2021-05-13 20:03:00.636204'),(86,'enterprise','0041_auto_20180212_1507','2021-05-13 20:03:00.639621'),(87,'enterprise','0042_replace_sensitive_sso_username','2021-05-13 20:03:00.642074'),(88,'enterprise','0043_auto_20180507_0138','2021-05-13 20:03:00.644548'),(89,'enterprise','0044_reporting_config_multiple_types','2021-05-13 20:03:00.647205'),(90,'enterprise','0045_report_type_json','2021-05-13 20:03:00.649413'),(91,'enterprise','0046_remove_unique_constraints','2021-05-13 20:03:00.651508'),(92,'enterprise','0047_auto_20180517_0457','2021-05-13 20:03:00.654258'),(93,'enterprise','0048_enterprisecustomeruser_active','2021-05-13 20:03:00.657044'),(94,'enterprise','0049_auto_20180531_0321','2021-05-13 20:03:00.659378'),(95,'enterprise','0050_progress_v2','2021-05-13 20:03:00.662306'),(96,'enterprise','0051_add_enterprise_slug','2021-05-13 20:03:00.664493'),(97,'enterprise','0052_create_unique_slugs','2021-05-13 20:03:00.668641'),(98,'enterprise','0053_pendingenrollment_cohort_name','2021-05-13 20:03:00.671864'),(99,'enterprise','0053_auto_20180911_0811','2021-05-13 20:03:00.674129'),(100,'enterprise','0054_merge_20180914_1511','2021-05-13 20:03:00.676659'),(101,'enterprise','0055_auto_20181015_1112','2021-05-13 20:03:00.680131'),(102,'enterprise','0056_enterprisecustomerreportingconfiguration_pgp_encryption_key','2021-05-13 20:03:00.682571'),(103,'enterprise','0057_enterprisecustomerreportingconfiguration_enterprise_customer_catalogs','2021-05-13 20:03:00.685810'),(104,'enterprise','0058_auto_20181212_0145','2021-05-13 20:03:00.689638'),(105,'enterprise','0059_add_code_management_portal_config','2021-05-13 20:03:00.692613'),(106,'enterprise','0060_upgrade_django_simple_history','2021-05-13 20:03:00.695697'),(107,'enterprise','0061_systemwideenterpriserole_systemwideenterpriseuserroleassignment','2021-05-13 20:03:00.698131'),(108,'enterprise','0062_add_system_wide_enterprise_roles','2021-05-13 20:03:00.702976'),(109,'enterprise','0063_systemwideenterpriserole_description','2021-05-13 20:03:00.705705'),(110,'enterprise','0064_enterprisefeaturerole_enterprisefeatureuserroleassignment','2021-05-13 20:03:00.708462'),(111,'enterprise','0065_add_enterprise_feature_roles','2021-05-13 20:03:00.710997'),(112,'enterprise','0066_add_system_wide_enterprise_operator_role','2021-05-13 20:03:00.713582'),(113,'enterprise','0067_add_role_based_access_control_switch','2021-05-13 20:03:00.716093'),(114,'enterprise','0068_remove_role_based_access_control_switch','2021-05-13 20:03:00.719248'),(115,'enterprise','0069_auto_20190613_0607','2021-05-13 20:03:00.722000'),(116,'enterprise','0070_enterprise_catalog_query','2021-05-13 20:03:00.724529'),(117,'enterprise','0071_historicalpendingenrollment_historicalpendingenterprisecustomeruser','2021-05-13 20:03:00.727070'),(118,'enterprise','0072_add_enterprise_report_config_feature_role','2021-05-13 20:03:00.729313'),(119,'enterprise','0073_enterprisecustomerreportingconfiguration_uuid','2021-05-13 20:03:00.732164'),(120,'enterprise','0074_auto_20190904_1143','2021-05-13 20:03:00.735485'),(121,'enterprise','0075_auto_20190916_1030','2021-05-13 20:03:00.738757'),(122,'enterprise','0076_auto_20190918_2037','2021-05-13 20:03:00.741975'),(123,'enterprise','0077_auto_20191002_1529','2021-05-13 20:03:00.745007'),(124,'enterprise','0078_auto_20191107_1536','2021-05-13 20:03:00.748182'),(125,'enterprise','0079_AddEnterpriseEnrollmentSource','2021-05-13 20:03:00.750967'),(126,'enterprise','0080_auto_20191113_1708','2021-05-13 20:03:00.754085'),(127,'enterprise','0081_UpdateEnterpriseEnrollmentSource','2021-05-13 20:03:00.756408'),(128,'enterprise','0082_AddManagementEnterpriseEnrollmentSource','2021-05-13 20:03:00.759437'),(129,'enterprise','0083_enterprisecustomerreportingconfiguration_include_date','2021-05-13 20:03:00.762486'),(130,'enterprise','0084_auto_20200120_1137','2021-05-13 20:03:00.765276'),(131,'enterprise','0085_enterprisecustomeruser_linked','2021-05-13 20:03:00.767914'),(132,'enterprise','0086_auto_20200128_1726','2021-05-13 20:03:00.770833'),(133,'enterprise','0087_auto_20200206_1151','2021-05-13 20:03:00.773270'),(134,'enterprise','0088_auto_20200224_1341','2021-05-13 20:03:00.775312'),(135,'enterprise','0089_auto_20200305_0652','2021-05-13 20:03:00.777515'),(136,'enterprise','0090_update_content_filter','2021-05-13 20:03:00.780641'),(137,'enterprise','0091_add_sales_force_id_in_pendingenrollment','2021-05-13 20:03:00.783039'),(138,'enterprise','0092_auto_20200312_1650','2021-05-13 20:03:00.786246'),(139,'enterprise','0093_add_use_enterprise_catalog_flag','2021-05-13 20:03:00.794557'),(140,'enterprise','0094_add_use_enterprise_catalog_sample','2021-05-13 20:03:00.810735'),(141,'enterprise','0095_auto_20200507_1138','2021-05-13 20:03:00.894685'),(142,'enterprise','0096_enterprise_catalog_admin_role','2021-05-13 20:03:00.903751'),(143,'enterprise','0097_auto_20200619_1130','2021-05-13 20:03:01.006070'),(144,'enterprise','0098_auto_20200629_1756','2021-05-13 20:03:01.103288'),(145,'enterprise','0099_auto_20200702_1537','2021-05-13 20:03:01.206928'),(146,'enterprise','0100_add_licensed_enterprise_course_enrollment','2021-05-13 20:03:01.372508'),(147,'enterprise','0101_move_data_to_saved_for_later','2021-05-13 20:03:01.381853'),(148,'enterprise','0102_auto_20200708_1615','2021-05-13 20:03:01.491198'),(149,'enterprise','0103_remove_marked_done','2021-05-13 20:03:01.600140'),(150,'enterprise','0104_sync_query_field','2021-05-13 20:03:01.693756'),(151,'enterprise','0105_add_branding_config_color_fields','2021-05-13 20:03:01.777286'),(152,'enterprise','0106_move_branding_config_colors','2021-05-13 20:03:01.787941'),(153,'enterprise','0107_remove_branding_config_banner_fields','2021-05-13 20:03:01.846239'),(154,'enterprise','0108_add_licensed_enrollment_is_revoked','2021-05-13 20:03:02.186156'),(155,'enterprise','0109_remove_use_enterprise_catalog_sample','2021-05-13 20:03:02.195419'),(156,'enterprise','0110_add_default_contract_discount','2021-05-13 20:03:02.297561'),(157,'enterprise','0111_pendingenterprisecustomeradminuser','2021-05-13 20:03:02.448320'),(158,'enterprise','0112_auto_20200914_0926','2021-05-13 20:03:02.552496'),(159,'enterprise','0113_auto_20200914_2054','2021-05-13 20:03:02.654128'),(160,'blackboard','0001_initial','2021-05-13 20:03:02.804046'),(161,'blackboard','0002_auto_20200930_1723','2021-05-13 20:03:02.999142'),(162,'blackboard','0003_blackboardlearnerdatatransmissionaudit','2021-05-13 20:03:03.009051'),(163,'blackboard','0004_blackboard_tx_chunk_size_default_1','2021-05-13 20:03:03.106206'),(164,'blackboard','0005_blackboardlearnerassessmentdatatransmissionaudit','2021-05-13 20:03:03.115420'),(165,'block_structure','0001_config','2021-05-13 20:03:03.200710'),(166,'block_structure','0002_blockstructuremodel','2021-05-13 20:03:03.210966'),(167,'block_structure','0003_blockstructuremodel_storage','2021-05-13 20:03:03.221594'),(168,'block_structure','0004_blockstructuremodel_usagekeywithrun','2021-05-13 20:03:03.232958'),(169,'bookmarks','0001_initial','2021-05-13 20:03:03.450476'),(170,'branding','0001_initial','2021-05-13 20:03:03.610520'),(171,'course_modes','0001_initial','2021-05-13 20:03:03.666044'),(172,'course_modes','0002_coursemode_expiration_datetime_is_explicit','2021-05-13 20:03:03.679108'),(173,'course_modes','0003_auto_20151113_1443','2021-05-13 20:03:03.693444'),(174,'course_modes','0004_auto_20151113_1457','2021-05-13 20:03:03.775570'),(175,'course_modes','0005_auto_20151217_0958','2021-05-13 20:03:03.790350'),(176,'course_modes','0006_auto_20160208_1407','2021-05-13 20:03:03.853447'),(177,'course_modes','0007_coursemode_bulk_sku','2021-05-13 20:03:03.865236'),(178,'course_groups','0001_initial','2021-05-13 20:03:04.743984'),(179,'bulk_email','0001_initial','2021-05-13 20:03:05.007862'),(180,'bulk_email','0002_data__load_course_email_template','2021-05-13 20:03:05.017888'),(181,'bulk_email','0003_config_model_feature_flag','2021-05-13 20:03:05.107968'),(182,'bulk_email','0004_add_email_targets','2021-05-13 20:03:05.361767'),(183,'bulk_email','0005_move_target_data','2021-05-13 20:03:05.372960'),(184,'bulk_email','0006_course_mode_targets','2021-05-13 20:03:05.478443'),(185,'courseware','0001_initial','2021-05-13 20:03:06.491586'),(186,'bulk_grades','0001_initial','2021-05-13 20:03:06.935251'),(187,'bulk_grades','0002_auto_20190703_1526','2021-05-13 20:03:07.039057'),(188,'calendar_sync','0001_initial','2021-05-13 20:03:07.323965'),(189,'calendar_sync','0002_auto_20200709_1743','2021-05-13 20:03:07.470452'),(190,'canvas','0001_initial','2021-05-13 20:03:07.784892'),(191,'canvas','0002_auto_20200806_1632','2021-05-13 20:03:07.919935'),(192,'canvas','0003_delete_canvasglobalconfiguration','2021-05-13 20:03:07.929677'),(193,'canvas','0004_adding_learner_data_to_canvas','2021-05-13 20:03:07.940648'),(194,'canvas','0005_auto_20200909_1534','2021-05-13 20:03:07.964962'),(195,'canvas','0006_canvaslearnerassessmentdatatransmissionaudit','2021-05-13 20:03:07.975951'),(196,'canvas','0007_auto_20210222_2225','2021-05-13 20:03:08.103680'),(197,'catalog','0001_initial','2021-05-13 20:03:08.216681'),(198,'catalog','0002_catalogintegration_username','2021-05-13 20:03:08.296021'),(199,'catalog','0003_catalogintegration_page_size','2021-05-13 20:03:08.380005'),(200,'catalog','0004_auto_20170616_0618','2021-05-13 20:03:08.485546'),(201,'catalog','0005_catalogintegration_long_term_cache_ttl','2021-05-13 20:03:08.576393'),(202,'celery_utils','0001_initial','2021-05-13 20:03:08.599100'),(203,'celery_utils','0002_chordable_django_backend','2021-05-13 20:03:08.602504'),(204,'certificates','0008_schema__remove_badges','2021-05-13 20:03:09.158833'),(205,'certificates','0009_certificategenerationcoursesetting_language_self_generation','2021-05-13 20:03:09.712933'),(206,'certificates','0010_certificatetemplate_language','2021-05-13 20:03:09.744274'),(207,'certificates','0011_certificatetemplate_alter_unique','2021-05-13 20:03:09.792965'),(208,'certificates','0012_certificategenerationcoursesetting_include_hours_of_effort','2021-05-13 20:03:09.814729'),(209,'certificates','0013_remove_certificategenerationcoursesetting_enabled','2021-05-13 20:03:09.831262'),(210,'certificates','0014_change_eligible_certs_manager','2021-05-13 20:03:09.941479'),(211,'certificates','0015_add_masters_choice','2021-05-13 20:03:10.072609'),(212,'certificates','0016_historicalgeneratedcertificate','2021-05-13 20:03:10.237067'),(213,'certificates','0017_add_mode_20201118_1725','2021-05-13 20:03:10.552038'),(214,'certificates','0018_historicalcertificateinvalidation','2021-05-13 20:03:10.755194'),(215,'certificates','0019_allowlistgenerationconfiguration','2021-05-13 20:03:10.936414'),(216,'certificates','0020_remove_existing_mgmt_cmd_args','2021-05-13 20:03:10.950951'),(217,'certificates','0021_remove_certificate_allowlist_duplicate_records','2021-05-13 20:03:10.964287'),(218,'certificates','0022_add_unique_constraints_to_certificatewhitelist_model','2021-05-13 20:03:11.081242'),(219,'certificates','0023_certificategenerationcommandconfiguration','2021-05-13 20:03:11.230530'),(220,'certificates','0024_delete_allowlistgenerationconfiguration','2021-05-13 20:03:11.241739'),(221,'certificates','0025_cleanup_certificate_errors','2021-05-13 20:03:11.368900'),(222,'user_api','0001_initial','2021-05-13 20:03:12.026287'),(223,'user_api','0002_retirementstate_userretirementstatus','2021-05-13 20:03:12.167847'),(224,'commerce','0001_data__add_ecommerce_service_user','2021-05-13 20:03:12.179545'),(225,'commerce','0002_commerceconfiguration','2021-05-13 20:03:12.332254'),(226,'commerce','0003_auto_20160329_0709','2021-05-13 20:03:12.882507'),(227,'commerce','0004_auto_20160531_0950','2021-05-13 20:03:13.096212'),(228,'commerce','0005_commerceconfiguration_enable_automatic_refund_approval','2021-05-13 20:03:13.206886'),(229,'commerce','0006_auto_20170424_1734','2021-05-13 20:03:13.311663'),(230,'commerce','0007_auto_20180313_0609','2021-05-13 20:03:13.525720'),(231,'commerce','0008_auto_20191024_2048','2021-05-13 20:03:13.539733'),(232,'completion','0001_initial','2021-05-13 20:03:13.921069'),(233,'completion','0002_auto_20180125_1510','2021-05-13 20:03:14.032051'),(234,'completion','0003_learning_context','2021-05-13 20:03:14.494094'),(235,'consent','0001_initial','2021-05-13 20:03:14.828484'),(236,'consent','0002_migrate_to_new_data_sharing_consent','2021-05-13 20:03:14.838887'),(237,'consent','0003_historicaldatasharingconsent_history_change_reason','2021-05-13 20:03:14.976553'),(238,'consent','0004_datasharingconsenttextoverrides','2021-05-13 20:03:15.128112'),(239,'organizations','0001_initial','2021-05-13 20:03:15.800669'),(240,'organizations','0002_auto_20170117_1434','2021-05-13 20:03:15.803863'),(241,'organizations','0003_auto_20170221_1138','2021-05-13 20:03:15.806518'),(242,'organizations','0004_auto_20170413_2315','2021-05-13 20:03:15.809238'),(243,'organizations','0005_auto_20171116_0640','2021-05-13 20:03:15.814850'),(244,'organizations','0006_auto_20171207_0259','2021-05-13 20:03:15.817460'),(245,'organizations','0007_historicalorganization','2021-05-13 20:03:15.820126'),(246,'content_libraries','0001_initial','2021-05-13 20:03:16.417497'),(247,'content_libraries','0002_group_permissions','2021-05-13 20:03:17.197339'),(248,'content_libraries','0003_contentlibrary_type','2021-05-13 20:03:17.216383'),(249,'content_libraries','0004_contentlibrary_license','2021-05-13 20:03:17.234911'),(250,'course_overviews','0001_initial','2021-05-13 20:03:17.267238'),(251,'course_overviews','0002_add_course_catalog_fields','2021-05-13 20:03:17.340334'),(252,'course_overviews','0003_courseoverviewgeneratedhistory','2021-05-13 20:03:17.353862'),(253,'course_overviews','0004_courseoverview_org','2021-05-13 20:03:17.372777'),(254,'course_overviews','0005_delete_courseoverviewgeneratedhistory','2021-05-13 20:03:17.383923'),(255,'course_overviews','0006_courseoverviewimageset','2021-05-13 20:03:17.400619'),(256,'course_overviews','0007_courseoverviewimageconfig','2021-05-13 20:03:17.543500'),(257,'course_overviews','0008_remove_courseoverview_facebook_url','2021-05-13 20:03:17.547945'),(258,'course_overviews','0009_readd_facebook_url','2021-05-13 20:03:17.565407'),(259,'course_overviews','0010_auto_20160329_2317','2021-05-13 20:03:17.597281'),(260,'course_overviews','0011_courseoverview_marketing_url','2021-05-13 20:03:17.615637'),(261,'course_overviews','0012_courseoverview_eligible_for_financial_aid','2021-05-13 20:03:17.635888'),(262,'course_overviews','0013_courseoverview_language','2021-05-13 20:03:17.654068'),(263,'course_overviews','0014_courseoverview_certificate_available_date','2021-05-13 20:03:17.672393'),(264,'content_type_gating','0001_initial','2021-05-13 20:03:17.822884'),(265,'content_type_gating','0002_auto_20181119_0959','2021-05-13 20:03:18.548085'),(266,'content_type_gating','0003_auto_20181128_1407','2021-05-13 20:03:18.683787'),(267,'content_type_gating','0004_auto_20181128_1521','2021-05-13 20:03:18.820097'),(268,'content_type_gating','0005_auto_20190306_1547','2021-05-13 20:03:18.940810'),(269,'content_type_gating','0006_auto_20190308_1447','2021-05-13 20:03:19.062412'),(270,'content_type_gating','0007_auto_20190311_1919','2021-05-13 20:03:19.835399'),(271,'content_type_gating','0008_auto_20190313_1634','2021-05-13 20:03:20.014629'),(272,'contentserver','0001_initial','2021-05-13 20:03:20.256629'),(273,'contentserver','0002_cdnuseragentsconfig','2021-05-13 20:03:20.492099'),(274,'cornerstone','0001_initial','2021-05-13 20:03:21.884003'),(275,'cornerstone','0002_cornerstoneglobalconfiguration_subject_mapping','2021-05-13 20:03:22.019423'),(276,'cornerstone','0003_auto_20190621_1000','2021-05-13 20:03:22.523806'),(277,'cornerstone','0004_cornerstoneglobalconfiguration_languages','2021-05-13 20:03:22.638686'),(278,'cornerstone','0005_auto_20190925_0730','2021-05-13 20:03:22.822446'),(279,'cornerstone','0006_auto_20191001_0742','2021-05-13 20:03:23.002503'),(280,'cors_csrf','0001_initial','2021-05-13 20:03:23.202941'),(281,'course_action_state','0001_initial','2021-05-13 20:03:23.627992'),(282,'course_overviews','0015_historicalcourseoverview','2021-05-13 20:03:24.272020'),(283,'course_overviews','0016_simulatecoursepublishconfig','2021-05-13 20:03:24.615874'),(284,'course_overviews','0017_auto_20191002_0823','2021-05-13 20:03:24.760118'),(285,'course_overviews','0018_add_start_end_in_CourseOverview','2021-05-13 20:03:25.508275'),(286,'course_overviews','0019_improve_courseoverviewtab','2021-05-13 20:03:25.767330'),(287,'course_date_signals','0001_initial','2021-05-13 20:03:26.177904'),(288,'course_duration_limits','0001_initial','2021-05-13 20:03:26.333884'),(289,'course_duration_limits','0002_auto_20181119_0959','2021-05-13 20:03:26.476760'),(290,'course_duration_limits','0003_auto_20181128_1407','2021-05-13 20:03:26.643299'),(291,'course_duration_limits','0004_auto_20181128_1521','2021-05-13 20:03:26.776987'),(292,'course_duration_limits','0005_auto_20190306_1546','2021-05-13 20:03:26.909299'),(293,'course_duration_limits','0006_auto_20190308_1447','2021-05-13 20:03:27.043502'),(294,'course_duration_limits','0007_auto_20190311_1919','2021-05-13 20:03:28.288861'),(295,'course_duration_limits','0008_auto_20190313_1634','2021-05-13 20:03:28.449300'),(296,'course_goals','0001_initial','2021-05-13 20:03:28.727474'),(297,'course_goals','0002_auto_20171010_1129','2021-05-13 20:03:28.835741'),(298,'course_groups','0002_change_inline_default_cohort_value','2021-05-13 20:03:28.851011'),(299,'course_groups','0003_auto_20170609_1455','2021-05-13 20:03:29.027428'),(300,'course_modes','0008_course_key_field_to_foreign_key','2021-05-13 20:03:29.234299'),(301,'course_modes','0009_suggested_prices_to_charfield','2021-05-13 20:03:29.256555'),(302,'course_modes','0010_archived_suggested_prices_to_charfield','2021-05-13 20:03:29.272778'),(303,'course_modes','0011_change_regex_for_comma_separated_ints','2021-05-13 20:03:29.309313'),(304,'course_modes','0012_historicalcoursemode','2021-05-13 20:03:29.465946'),(305,'course_modes','0013_auto_20200115_2022','2021-05-13 20:03:29.613770'),(306,'course_overviews','0020_courseoverviewtab_url_slug','2021-05-13 20:03:29.641833'),(307,'course_overviews','0021_courseoverviewtab_link','2021-05-13 20:03:29.669468'),(308,'course_overviews','0022_courseoverviewtab_is_hidden','2021-05-13 20:03:29.695856'),(309,'course_overviews','0023_courseoverview_banner_image_url','2021-05-13 20:03:29.824067'),(310,'course_overviews','0024_overview_adds_has_highlights','2021-05-13 20:03:29.954953'),(311,'coursewarehistoryextended','0001_initial','2021-05-13 20:03:30.162674'),(312,'coursewarehistoryextended','0002_force_studentmodule_index','2021-05-13 20:03:30.249819'),(313,'courseware','0002_coursedynamicupgradedeadlineconfiguration_dynamicupgradedeadlineconfiguration','2021-05-13 20:03:30.318823'),(314,'courseware','0003_auto_20170825_0935','2021-05-13 20:03:30.351519'),(315,'courseware','0004_auto_20171010_1639','2021-05-13 20:03:30.383416'),(316,'courseware','0005_orgdynamicupgradedeadlineconfiguration','2021-05-13 20:03:30.447811'),(317,'courseware','0006_remove_module_id_index','2021-05-13 20:03:30.486517'),(318,'courseware','0007_remove_done_index','2021-05-13 20:03:30.549440'),(319,'courseware','0008_move_idde_to_edx_when','2021-05-13 20:03:30.571435'),(320,'courseware','0009_auto_20190703_1955','2021-05-13 20:03:30.720482'),(321,'courseware','0010_auto_20190709_1559','2021-05-13 20:03:31.288573'),(322,'courseware','0011_csm_id_bigint','2021-05-13 20:03:31.440519'),(323,'courseware','0012_adjust_fields','2021-05-13 20:03:31.619269'),(324,'courseware','0013_auto_20191001_1858','2021-05-13 20:03:31.798733'),(325,'courseware','0014_fix_nan_value_for_global_speed','2021-05-13 20:03:31.811855'),(326,'courseware','0015_add_courseware_stats_index','2021-05-13 20:03:31.904455'),(327,'crawlers','0001_initial','2021-05-13 20:03:32.047971'),(328,'crawlers','0002_auto_20170419_0018','2021-05-13 20:03:32.149413'),(329,'credentials','0001_initial','2021-05-13 20:03:32.293032'),(330,'credentials','0002_auto_20160325_0631','2021-05-13 20:03:32.388924'),(331,'credentials','0003_auto_20170525_1109','2021-05-13 20:03:32.565800'),(332,'credentials','0004_notifycredentialsconfig','2021-05-13 20:03:32.697127'),(333,'credentials','0005_remove_existing_mgmt_cmd_args','2021-05-13 20:03:32.711457'),(334,'credit','0001_initial','2021-05-13 20:03:33.126543'),(335,'credit','0002_creditconfig','2021-05-13 20:03:33.275115'),(336,'credit','0003_auto_20160511_2227','2021-05-13 20:03:33.297990'),(337,'credit','0004_delete_historical_credit_records','2021-05-13 20:03:34.354700'),(338,'credit','0005_creditrequirement_sort_value','2021-05-13 20:03:34.374582'),(339,'credit','0006_creditrequirement_alter_ordering','2021-05-13 20:03:34.394267'),(340,'credit','0007_creditrequirement_copy_values','2021-05-13 20:03:34.408032'),(341,'credit','0008_creditrequirement_remove_order','2021-05-13 20:03:34.427500'),(342,'dark_lang','0001_initial','2021-05-13 20:03:34.603973'),(343,'dark_lang','0002_data__enable_on_install','2021-05-13 20:03:34.620508'),(344,'dark_lang','0003_auto_20180425_0359','2021-05-13 20:03:34.887110'),(345,'database_fixups','0001_initial','2021-05-13 20:03:34.900955'),(346,'degreed','0001_initial','2021-05-13 20:03:35.361208'),(347,'degreed','0002_auto_20180104_0103','2021-05-13 20:03:35.703376'),(348,'degreed','0003_auto_20180109_0712','2021-05-13 20:03:35.867297'),(349,'degreed','0004_auto_20180306_1251','2021-05-13 20:03:36.016084'),(350,'degreed','0005_auto_20180807_1302','2021-05-13 20:03:37.643550'),(351,'degreed','0006_upgrade_django_simple_history','2021-05-13 20:03:37.869212'),(352,'degreed','0007_auto_20190925_0730','2021-05-13 20:03:38.133538'),(353,'degreed','0008_auto_20191001_0742','2021-05-13 20:03:38.303875'),(354,'degreed','0009_auto_20210119_1546','2021-05-13 20:03:39.192113'),(355,'demographics','0001_initial','2021-05-13 20:03:39.581037'),(356,'demographics','0002_clean_duplicate_entries','2021-05-13 20:03:39.599028'),(357,'demographics','0003_auto_20200827_1949','2021-05-13 20:03:39.845799'),(358,'discounts','0001_initial','2021-05-13 20:03:40.261090'),(359,'discounts','0002_auto_20191022_1720','2021-05-13 20:03:41.127373'),(360,'lti_consumer','0001_initial','2021-05-13 20:03:41.143549'),(361,'discussions','0001_initial','2021-05-13 20:03:41.447934'),(362,'discussions','0002_add_provider_filter','2021-05-13 20:03:41.850741'),(363,'discussions','0003_alter_provider_filter_list','2021-05-13 20:03:42.103593'),(364,'django_celery_results','0001_initial','2021-05-13 20:03:42.120648'),(365,'django_celery_results','0002_add_task_name_args_kwargs','2021-05-13 20:03:42.166190'),(366,'django_celery_results','0003_auto_20181106_1101','2021-05-13 20:03:42.184278'),(367,'django_celery_results','0004_auto_20190516_0412','2021-05-13 20:03:42.389100'),(368,'django_celery_results','0005_taskresult_worker','2021-05-13 20:03:42.410731'),(369,'django_celery_results','0006_taskresult_date_created','2021-05-13 20:03:42.439392'),(370,'django_celery_results','0007_remove_taskresult_hidden','2021-05-13 20:03:42.457712'),(371,'django_celery_results','0008_chordcounter','2021-05-13 20:03:42.471820'),(372,'django_comment_common','0001_initial','2021-05-13 20:03:42.796406'),(373,'django_comment_common','0002_forumsconfig','2021-05-13 20:03:42.962058'),(374,'django_comment_common','0003_enable_forums','2021-05-13 20:03:42.977855'),(375,'django_comment_common','0004_auto_20161117_1209','2021-05-13 20:03:43.094510'),(376,'django_comment_common','0005_coursediscussionsettings','2021-05-13 20:03:43.109989'),(377,'django_comment_common','0006_coursediscussionsettings_discussions_id_map','2021-05-13 20:03:43.128404'),(378,'django_comment_common','0007_discussionsidmapping','2021-05-13 20:03:43.144406'),(379,'django_comment_common','0008_role_user_index','2021-05-13 20:03:43.155687'),(380,'django_notify','0001_initial','2021-05-13 20:03:44.277839'),(381,'edx_proctoring','0001_initial','2021-05-13 20:03:45.983378'),(382,'edx_proctoring','0002_proctoredexamstudentattempt_is_status_acknowledged','2021-05-13 20:03:46.099639'),(383,'edx_proctoring','0003_auto_20160101_0525','2021-05-13 20:03:46.324867'),(384,'edx_proctoring','0004_auto_20160201_0523','2021-05-13 20:03:46.439561'),(385,'edx_proctoring','0005_proctoredexam_hide_after_due','2021-05-13 20:03:46.468297'),(386,'edx_proctoring','0006_allowed_time_limit_mins','2021-05-13 20:03:47.237093'),(387,'edx_proctoring','0007_proctoredexam_backend','2021-05-13 20:03:47.266327'),(388,'edx_proctoring','0008_auto_20181116_1551','2021-05-13 20:03:47.598404'),(389,'edx_proctoring','0009_proctoredexamreviewpolicy_remove_rules','2021-05-13 20:03:47.822839'),(390,'edx_proctoring','0010_update_backend','2021-05-13 20:03:47.836349'),(391,'edx_proctoring','0011_allow_multiple_attempts','2021-05-13 20:03:47.950462'),(392,'edx_proctoring','0012_proctoredexamstudentattempt_time_remaining_seconds','2021-05-13 20:03:48.076944'),(393,'edx_proctoring','0013_proctoredexamsoftwaresecurereview_is_active_attempt','2021-05-13 20:03:48.307939'),(394,'edx_when','0001_initial','2021-05-13 20:03:48.664815'),(395,'edx_when','0002_auto_20190318_1736','2021-05-13 20:03:49.047988'),(396,'edx_when','0003_auto_20190402_1501','2021-05-13 20:03:50.173681'),(397,'edx_when','0004_datepolicy_rel_date','2021-05-13 20:03:50.197760'),(398,'edx_when','0005_auto_20190911_1056','2021-05-13 20:03:50.385374'),(399,'edx_when','0006_drop_active_index','2021-05-13 20:03:50.434566'),(400,'edx_when','0007_meta_tweaks','2021-05-13 20:03:50.464576'),(401,'edxval','0001_initial','2021-05-13 20:03:50.707920'),(402,'edxval','0002_data__default_profiles','2021-05-13 20:03:50.711827'),(403,'edxval','0003_coursevideo_is_hidden','2021-05-13 20:03:50.714710'),(404,'edxval','0004_data__add_hls_profile','2021-05-13 20:03:50.717408'),(405,'edxval','0005_videoimage','2021-05-13 20:03:50.720101'),(406,'edxval','0006_auto_20171009_0725','2021-05-13 20:03:50.723030'),(407,'edxval','0007_transcript_credentials_state','2021-05-13 20:03:50.725895'),(408,'edxval','0008_remove_subtitles','2021-05-13 20:03:50.729253'),(409,'edxval','0009_auto_20171127_0406','2021-05-13 20:03:50.731974'),(410,'edxval','0010_add_video_as_foreign_key','2021-05-13 20:03:50.734622'),(411,'edxval','0011_data__add_audio_mp3_profile','2021-05-13 20:03:50.738248'),(412,'edxval','0012_thirdpartytranscriptcredentialsstate_has_creds','2021-05-13 20:03:50.741330'),(413,'edxval','0013_thirdpartytranscriptcredentialsstate_copy_values','2021-05-13 20:03:50.744485'),(414,'edxval','0014_transcript_credentials_state_retype_exists','2021-05-13 20:03:50.747640'),(415,'edxval','0015_remove_thirdpartytranscriptcredentialsstate_exists','2021-05-13 20:03:50.750871'),(416,'edxval','0016_add_transcript_credentials_model','2021-05-13 20:03:50.754397'),(417,'edxval','0002_add_error_description_field','2021-05-13 20:03:50.781845'),(418,'edxval','0003_delete_transcriptcredentials','2021-05-13 20:03:50.821239'),(419,'email_marketing','0001_initial','2021-05-13 20:03:51.153751'),(420,'email_marketing','0002_auto_20160623_1656','2021-05-13 20:03:52.335736'),(421,'email_marketing','0003_auto_20160715_1145','2021-05-13 20:03:52.904347'),(422,'email_marketing','0004_emailmarketingconfiguration_welcome_email_send_delay','2021-05-13 20:03:53.047725'),(423,'email_marketing','0005_emailmarketingconfiguration_user_registration_cookie_timeout_delay','2021-05-13 20:03:53.175930'),(424,'email_marketing','0006_auto_20170711_0615','2021-05-13 20:03:53.921946'),(425,'email_marketing','0007_auto_20170809_0653','2021-05-13 20:03:54.304114'),(426,'email_marketing','0008_auto_20170809_0539','2021-05-13 20:03:54.317382'),(427,'email_marketing','0009_remove_emailmarketingconfiguration_sailthru_activation_template','2021-05-13 20:03:54.424333'),(428,'email_marketing','0010_auto_20180425_0800','2021-05-13 20:03:54.705994'),(429,'email_marketing','0011_delete_emailmarketingconfiguration','2021-05-13 20:03:54.719659'),(430,'embargo','0001_initial','2021-05-13 20:03:55.199600'),(431,'embargo','0002_data__add_countries','2021-05-13 20:03:55.214239'),(432,'enterprise','0114_auto_20201020_0142','2021-05-13 20:03:55.402744'),(433,'enterprise','0115_enterpriseanalyticsuser_historicalenterpriseanalyticsuser','2021-05-13 20:03:55.677285'),(434,'enterprise','0116_auto_20201116_0400','2021-05-13 20:03:55.719736'),(435,'enterprise','0116_auto_20201208_1759','2021-05-13 20:03:55.876186'),(436,'enterprise','0117_auto_20201215_0258','2021-05-13 20:03:56.018785'),(437,'enterprise','unique_constraints_pending_users','2021-05-13 20:03:57.214246'),(438,'enterprise','0001_auto_20210111_1253','2021-05-13 20:03:57.497896'),(439,'enterprise','0120_systemwiderole_applies_to_all_contexts','2021-05-13 20:03:57.824575'),(440,'enterprise','0121_systemwiderole_add_ent_cust_field','2021-05-13 20:03:57.990557'),(441,'enterprise','0122_remove_field_sync_enterprise_catalog_query','2021-05-13 20:03:58.211626'),(442,'enterprise','0123_enterprisecustomeridentityprovider_default_provider','2021-05-13 20:03:58.257684'),(443,'enterprise','0124_auto_20210301_1309','2021-05-13 20:03:58.415925'),(444,'enterprise','0125_add_config_for_role_assign_backfill','2021-05-13 20:03:58.574949'),(445,'enterprise','0126_auto_20210308_1522','2021-05-13 20:03:58.735746'),(446,'enterprise','0127_enterprisecatalogquery_uuid','2021-05-13 20:03:58.754815'),(447,'enterprise','0128_enterprisecatalogquery_generate_uuids','2021-05-13 20:03:58.767290'),(448,'enterprise','0129_enterprisecatalogquery_uuid_unique','2021-05-13 20:03:58.787704'),(449,'enterprise','0130_lms_customer_lp_search_help_text','2021-05-13 20:03:58.951340'),(450,'experiments','0001_initial','2021-05-13 20:03:59.412560'),(451,'student','0001_squashed_0031_auto_20200317_1122','2021-05-13 20:04:06.473449'),(452,'entitlements','0001_initial','2021-05-13 20:04:06.595698'),(453,'entitlements','0002_auto_20171102_0719','2021-05-13 20:04:07.581326'),(454,'entitlements','0003_auto_20171205_1431','2021-05-13 20:04:08.080782'),(455,'entitlements','0004_auto_20171206_1729','2021-05-13 20:04:08.162306'),(456,'entitlements','0005_courseentitlementsupportdetail','2021-05-13 20:04:08.268804'),(457,'entitlements','0006_courseentitlementsupportdetail_action','2021-05-13 20:04:08.349054'),(458,'entitlements','0007_change_expiration_period_default','2021-05-13 20:04:08.399737'),(459,'entitlements','0008_auto_20180328_1107','2021-05-13 20:04:08.549276'),(460,'entitlements','0009_courseentitlement_refund_locked','2021-05-13 20:04:08.629690'),(461,'entitlements','0010_backfill_refund_lock','2021-05-13 20:04:08.643025'),(462,'entitlements','0011_historicalcourseentitlement','2021-05-13 20:04:08.745960'),(463,'entitlements','0012_allow_blank_order_number_values','2021-05-13 20:04:08.895650'),(464,'entitlements','0013_historicalcourseentitlementsupportdetail','2021-05-13 20:04:08.999973'),(465,'entitlements','0014_auto_20200115_2022','2021-05-13 20:04:09.105121'),(466,'entitlements','0015_add_unique_together_constraint','2021-05-13 20:04:09.351014'),(467,'event_routing_backends','0001_initial','2021-05-13 20:04:09.454197'),(468,'experiments','0002_auto_20170627_1402','2021-05-13 20:04:09.484794'),(469,'experiments','0003_auto_20170713_1148','2021-05-13 20:04:09.502929'),(470,'experiments','0004_historicalexperimentkeyvalue','2021-05-13 20:04:09.609637'),(471,'external_user_ids','0001_initial','2021-05-13 20:04:10.079121'),(472,'external_user_ids','0002_mb_coaching_20200210_1754','2021-05-13 20:04:10.093650'),(473,'external_user_ids','0003_auto_20200224_1836','2021-05-13 20:04:10.179963'),(474,'external_user_ids','0004_add_lti_type','2021-05-13 20:04:10.193343'),(475,'grades','0001_initial','2021-05-13 20:04:10.256511'),(476,'grades','0002_rename_last_edited_field','2021-05-13 20:04:10.283504'),(477,'grades','0003_coursepersistentgradesflag_persistentgradesenabledflag','2021-05-13 20:04:11.051661'),(478,'grades','0004_visibleblocks_course_id','2021-05-13 20:04:11.083704'),(479,'grades','0005_multiple_course_flags','2021-05-13 20:04:11.172887'),(480,'grades','0006_persistent_course_grades','2021-05-13 20:04:11.205356'),(481,'grades','0007_add_passed_timestamp_column','2021-05-13 20:04:11.239937'),(482,'grades','0008_persistentsubsectiongrade_first_attempted','2021-05-13 20:04:11.261628'),(483,'grades','0009_auto_20170111_1507','2021-05-13 20:04:11.295988'),(484,'grades','0010_auto_20170112_1156','2021-05-13 20:04:11.317649'),(485,'grades','0011_null_edited_time','2021-05-13 20:04:11.373732'),(486,'grades','0012_computegradessetting','2021-05-13 20:04:11.485917'),(487,'grades','0013_persistentsubsectiongradeoverride','2021-05-13 20:04:11.510905'),(488,'grades','0014_persistentsubsectiongradeoverridehistory','2021-05-13 20:04:11.625864'),(489,'grades','0015_historicalpersistentsubsectiongradeoverride','2021-05-13 20:04:11.744774'),(490,'grades','0016_auto_20190703_1446','2021-05-13 20:04:11.988233'),(491,'grades','0017_delete_manual_psgoverride_table','2021-05-13 20:04:12.128912'),(492,'grades','0018_add_waffle_flag_defaults','2021-05-13 20:04:12.142972'),(493,'instructor_task','0002_gradereportsetting','2021-05-13 20:04:12.264537'),(494,'instructor_task','0003_alter_task_input_field','2021-05-13 20:04:12.361329'),(495,'sap_success_factors','0001_initial','2021-05-13 20:04:12.618206'),(496,'sap_success_factors','0002_auto_20170224_1545','2021-05-13 20:04:12.621264'),(497,'sap_success_factors','0003_auto_20170317_1402','2021-05-13 20:04:12.624048'),(498,'sap_success_factors','0004_catalogtransmissionaudit_audit_summary','2021-05-13 20:04:12.626435'),(499,'sap_success_factors','0005_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason','2021-05-13 20:04:12.628744'),(500,'sap_success_factors','0006_sapsuccessfactors_use_enterprise_enrollment_page_waffle_flag','2021-05-13 20:04:12.630834'),(501,'sap_success_factors','0007_remove_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason','2021-05-13 20:04:12.633097'),(502,'sap_success_factors','0008_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason','2021-05-13 20:04:12.635140'),(503,'sap_success_factors','0009_sapsuccessfactors_remove_enterprise_enrollment_page_waffle_flag','2021-05-13 20:04:12.638035'),(504,'sap_success_factors','0010_move_audit_tables_to_base_integrated_channel','2021-05-13 20:04:12.640630'),(505,'sap_success_factors','0011_auto_20180104_0103','2021-05-13 20:04:12.642949'),(506,'sap_success_factors','0012_auto_20180109_0712','2021-05-13 20:04:12.645227'),(507,'sap_success_factors','0013_auto_20180306_1251','2021-05-13 20:04:12.647619'),(508,'sap_success_factors','0014_drop_historical_table','2021-05-13 20:04:12.649849'),(509,'sap_success_factors','0015_auto_20180510_1259','2021-05-13 20:04:12.652240'),(510,'sap_success_factors','0016_sapsuccessfactorsenterprisecustomerconfiguration_additional_locales','2021-05-13 20:04:12.654641'),(511,'sap_success_factors','0017_sapsuccessfactorsglobalconfiguration_search_student_api_path','2021-05-13 20:04:12.657707'),(512,'sap_success_factors','0018_sapsuccessfactorsenterprisecustomerconfiguration_show_course_price','2021-05-13 20:04:12.660036'),(513,'sap_success_factors','0019_auto_20190925_0730','2021-05-13 20:04:12.662327'),(514,'sap_success_factors','0020_sapsuccessfactorsenterprisecustomerconfiguration_catalogs_to_transmit','2021-05-13 20:04:12.664607'),(515,'sap_success_factors','0021_sapsuccessfactorsenterprisecustomerconfiguration_show_total_hours','2021-05-13 20:04:12.666887'),(516,'sap_success_factors','0022_auto_20200206_1046','2021-05-13 20:04:12.670677'),(517,'integrated_channel','0001_initial','2021-05-13 20:04:12.813058'),(518,'integrated_channel','0002_delete_enterpriseintegratedchannel','2021-05-13 20:04:12.816604'),(519,'integrated_channel','0003_catalogtransmissionaudit_learnerdatatransmissionaudit','2021-05-13 20:04:12.819053'),(520,'integrated_channel','0004_catalogtransmissionaudit_channel','2021-05-13 20:04:12.821455'),(521,'integrated_channel','0005_auto_20180306_1251','2021-05-13 20:04:12.823698'),(522,'integrated_channel','0006_delete_catalogtransmissionaudit','2021-05-13 20:04:12.825995'),(523,'integrated_channel','0007_auto_20190925_0730','2021-05-13 20:04:12.828270'),(524,'integrated_channel','0002_learnerdatatransmissionaudit_subsection_id','2021-05-13 20:04:12.848140'),(525,'learning_sequences','0001_initial','2021-05-13 20:04:13.128423'),(526,'learning_sequences','0002_coursesectionsequence_inaccessible_after_due','2021-05-13 20:04:13.157721'),(527,'learning_sequences','0003_create_course_context_for_course_specific_models','2021-05-13 20:04:13.355237'),(528,'learning_sequences','0004_coursecontext_self_paced','2021-05-13 20:04:13.386968'),(529,'learning_sequences','0005_coursecontext_days_early_for_beta','2021-05-13 20:04:13.415250'),(530,'learning_sequences','0006_coursecontext_entrance_exam_id','2021-05-13 20:04:13.446001'),(531,'learning_sequences','0007_coursesequenceexam','2021-05-13 20:04:13.474515'),(532,'learning_sequences','0008_add_learning_context_title_index','2021-05-13 20:04:13.501964'),(533,'learning_sequences','0009_contenterror_publishreport','2021-05-13 20:04:13.559138'),(534,'learning_sequences','0010_add_publishreport_indexes','2021-05-13 20:04:13.643851'),(535,'learning_sequences','0011_course_meta_names','2021-05-13 20:04:13.710014'),(536,'learning_sequences','0012_add_user_partition_group','2021-05-13 20:04:13.802118'),(537,'lms_xblock','0001_initial','2021-05-13 20:04:13.937793'),(538,'lti_consumer','0002_ltiagslineitem','2021-05-13 20:04:14.110371'),(539,'lti_consumer','0003_ltiagsscore','2021-05-13 20:04:14.291805'),(540,'lti_consumer','0004_keyset_mgmt_to_model','2021-05-13 20:04:14.372039'),(541,'lti_consumer','0005_migrate_keyset_to_model','2021-05-13 20:04:14.387629'),(542,'lti_consumer','0006_add_on_model_config_for_lti_1p1','2021-05-13 20:04:15.086682'),(543,'lti_consumer','0007_ltidlcontentitem','2021-05-13 20:04:15.257317'),(544,'lti_consumer','0008_fix_uuid_backfill','2021-05-13 20:04:15.318234'),(545,'lti_consumer','0009_backfill-empty-string-config-id','2021-05-13 20:04:15.331315'),(546,'lti_consumer','0010_backfill-empty-string-lti-config','2021-05-13 20:04:15.344502'),(547,'milestones','0001_initial','2021-05-13 20:04:15.589038'),(548,'milestones','0002_data__seed_relationship_types','2021-05-13 20:04:15.603864'),(549,'milestones','0003_coursecontentmilestone_requirements','2021-05-13 20:04:15.626755'),(550,'milestones','0004_auto_20151221_1445','2021-05-13 20:04:15.714627'),(551,'mobile_api','0001_initial','2021-05-13 20:04:15.892070'),(552,'mobile_api','0002_auto_20160406_0904','2021-05-13 20:04:15.925246'),(553,'mobile_api','0003_ignore_mobile_available_flag','2021-05-13 20:04:16.224343'),(554,'moodle','0001_initial','2021-05-13 20:04:16.591615'),(555,'moodle','0002_moodlelearnerdatatransmissionaudit','2021-05-13 20:04:16.608107'),(556,'moodle','0003_auto_20201006_1706','2021-05-13 20:04:16.805002'),(557,'moodle','0004_auto_20201105_1921','2021-05-13 20:04:16.991894'),(558,'oauth2_provider','0001_initial','2021-05-13 20:04:17.863212'),(559,'oauth2_provider','0002_auto_20190406_1805','2021-05-13 20:04:18.733907'),(560,'oauth_dispatch','0001_initial','2021-05-13 20:04:18.940972'),(561,'oauth_dispatch','0002_scopedapplication_scopedapplicationorganization','2021-05-13 20:04:19.354044'),(562,'oauth_dispatch','0003_application_data','2021-05-13 20:04:19.371945'),(563,'oauth_dispatch','0004_auto_20180626_1349','2021-05-13 20:04:20.322983'),(564,'oauth_dispatch','0005_applicationaccess_type','2021-05-13 20:04:20.369325'),(565,'oauth_dispatch','0006_drop_application_id_constraints','2021-05-13 20:04:20.505413'),(566,'oauth_dispatch','0007_restore_application_id_constraints','2021-05-13 20:04:20.636661'),(567,'oauth_dispatch','0008_applicationaccess_filters','2021-05-13 20:04:20.666912'),(568,'oauth_dispatch','0009_delete_enable_scopes_waffle_switch','2021-05-13 20:04:20.684304'),(569,'organizations','0002_unique_short_name','2021-05-13 20:04:20.751022'),(570,'organizations','0003_historicalorganizationcourse','2021-05-13 20:04:20.796806'),(571,'program_enrollments','0001_initial','2021-05-13 20:04:20.886076'),(572,'program_enrollments','0002_historicalprogramcourseenrollment_programcourseenrollment','2021-05-13 20:04:21.532403'),(573,'program_enrollments','0003_auto_20190424_1622','2021-05-13 20:04:21.701945'),(574,'program_enrollments','0004_add_programcourseenrollment_relatedname','2021-05-13 20:04:22.640869'),(575,'program_enrollments','0005_canceled_not_withdrawn','2021-05-13 20:04:22.947839'),(576,'program_enrollments','0006_add_the_correct_constraints','2021-05-13 20:04:23.097631'),(577,'program_enrollments','0007_waiting_programcourseenrollment_constraint','2021-05-13 20:04:23.134735'),(578,'program_enrollments','0008_add_ended_programenrollment_status','2021-05-13 20:04:23.204072'),(579,'program_enrollments','0009_update_course_enrollment_field_to_foreign_key','2021-05-13 20:04:23.253686'),(580,'program_enrollments','0010_add_courseaccessroleassignment','2021-05-13 20:04:23.323599'),(581,'programs','0001_initial','2021-05-13 20:04:23.372037'),(582,'programs','0002_programsapiconfig_cache_ttl','2021-05-13 20:04:23.452672'),(583,'programs','0003_auto_20151120_1613','2021-05-13 20:04:23.658674'),(584,'programs','0004_programsapiconfig_enable_certification','2021-05-13 20:04:23.700037'),(585,'programs','0005_programsapiconfig_max_retries','2021-05-13 20:04:23.743987'),(586,'programs','0006_programsapiconfig_xseries_ad_enabled','2021-05-13 20:04:23.794199'),(587,'programs','0007_programsapiconfig_program_listing_enabled','2021-05-13 20:04:23.863573'),(588,'programs','0008_programsapiconfig_program_details_enabled','2021-05-13 20:04:23.916716'),(589,'programs','0009_programsapiconfig_marketing_path','2021-05-13 20:04:23.956956'),(590,'programs','0010_auto_20170204_2332','2021-05-13 20:04:24.050234'),(591,'programs','0011_auto_20170301_1844','2021-05-13 20:04:24.542305'),(592,'programs','0012_auto_20170419_0018','2021-05-13 20:04:24.583952'),(593,'programs','0013_customprogramsconfig','2021-05-13 20:04:24.631140'),(594,'programs','0014_delete_customprogramsconfig','2021-05-13 20:04:24.645073'),(595,'redirects','0001_initial','2021-05-13 20:04:24.848585'),(596,'rss_proxy','0001_initial','2021-05-13 20:04:24.885075'),(597,'sap_success_factors','0002_sapsuccessfactorslearnerdatatransmissionaudit_credit_hours','2021-05-13 20:04:24.917240'),(598,'schedules','0001_initial','2021-05-13 20:04:25.134557'),(599,'schedules','0002_auto_20170816_1532','2021-05-13 20:04:25.197929'),(600,'schedules','0003_scheduleconfig','2021-05-13 20:04:25.387540'),(601,'schedules','0004_auto_20170922_1428','2021-05-13 20:04:26.437098'),(602,'schedules','0005_auto_20171010_1722','2021-05-13 20:04:26.756010'),(603,'schedules','0006_scheduleexperience','2021-05-13 20:04:26.962763'),(604,'schedules','0007_scheduleconfig_hold_back_ratio','2021-05-13 20:04:27.121195'),(605,'schedules','0008_add_new_start_date_field','2021-05-13 20:04:27.151503'),(606,'schedules','0009_schedule_copy_column_values','2021-05-13 20:04:27.164711'),(607,'schedules','0010_remove_null_blank_from_schedules_date','2021-05-13 20:04:27.196429'),(608,'schedules','0011_auto_20200228_2018','2021-05-13 20:04:27.243666'),(609,'schedules','0012_auto_20200302_1914','2021-05-13 20:04:27.294748'),(610,'schedules','0013_historicalschedule','2021-05-13 20:04:27.343576'),(611,'schedules','0014_historicalschedule_drop_fk','2021-05-13 20:04:27.393017'),(612,'schedules','0015_schedules_start_nullable','2021-05-13 20:04:27.475335'),(613,'schedules','0016_remove_start_from_schedules','2021-05-13 20:04:27.507052'),(614,'schedules','0017_remove_start_from_historicalschedule','2021-05-13 20:04:27.542572'),(615,'schedules','0018_readd_historicalschedule_fks','2021-05-13 20:04:27.613011'),(616,'schedules','0019_auto_20200316_1935','2021-05-13 20:04:27.727166'),(617,'schedules','0020_remove_config_rollout_fields','2021-05-13 20:04:27.869063'),(618,'self_paced','0001_initial','2021-05-13 20:04:27.948796'),(619,'sessions','0001_initial','2021-05-13 20:04:27.966600'),(620,'site_configuration','0001_initial','2021-05-13 20:04:28.129733'),(621,'site_configuration','0002_auto_20160720_0231','2021-05-13 20:04:28.235815'),(622,'site_configuration','0003_auto_20200217_1058','2021-05-13 20:04:28.346738'),(623,'site_configuration','0004_add_site_values_field','2021-05-13 20:04:28.453055'),(624,'site_configuration','0005_populate_siteconfig_history_site_values','2021-05-13 20:04:28.468296'),(625,'site_configuration','0006_copy_values_to_site_values','2021-05-13 20:04:28.484467'),(626,'site_configuration','0007_remove_values_field','2021-05-13 20:04:28.594261'),(627,'default','0001_initial','2021-05-13 20:04:28.851787'),(628,'social_auth','0001_initial','2021-05-13 20:04:28.854740'),(629,'default','0002_add_related_name','2021-05-13 20:04:28.954028'),(630,'social_auth','0002_add_related_name','2021-05-13 20:04:28.957128'),(631,'default','0003_alter_email_max_length','2021-05-13 20:04:28.981804'),(632,'social_auth','0003_alter_email_max_length','2021-05-13 20:04:28.984472'),(633,'default','0004_auto_20160423_0400','2021-05-13 20:04:29.051353'),(634,'social_auth','0004_auto_20160423_0400','2021-05-13 20:04:29.054139'),(635,'social_auth','0005_auto_20160727_2333','2021-05-13 20:04:29.078081'),(636,'social_django','0006_partial','2021-05-13 20:04:29.096697'),(637,'social_django','0007_code_timestamp','2021-05-13 20:04:29.124786'),(638,'social_django','0008_partial_timestamp','2021-05-13 20:04:29.154063'),(639,'social_django','0009_auto_20191118_0520','2021-05-13 20:04:29.293498'),(640,'social_django','0010_uid_db_index','2021-05-13 20:04:29.370658'),(641,'splash','0001_initial','2021-05-13 20:04:29.490469'),(642,'static_replace','0001_initial','2021-05-13 20:04:30.306549'),(643,'static_replace','0002_assetexcludedextensionsconfig','2021-05-13 20:04:30.405000'),(644,'status','0001_initial','2021-05-13 20:04:30.596995'),(645,'status','0002_update_help_text','2021-05-13 20:04:30.673669'),(646,'student','0032_removed_logout_view_configuration','2021-05-13 20:04:30.846246'),(647,'student','0033_userprofile_state','2021-05-13 20:04:30.954798'),(648,'student','0034_courseenrollmentcelebration','2021-05-13 20:04:31.103511'),(649,'student','0035_bulkchangeenrollmentconfiguration','2021-05-13 20:04:31.251368'),(650,'student','0036_userpasswordtogglehistory','2021-05-13 20:04:31.379770'),(651,'student','0037_linkedinaddtoprofileconfiguration_updates','2021-05-13 20:04:31.680731'),(652,'student','0038_auto_20201021_1256','2021-05-13 20:04:31.790141'),(653,'student','0039_anon_id_context','2021-05-13 20:04:31.889338'),(654,'student','0040_usercelebration','2021-05-13 20:04:32.020238'),(655,'student','0041_registration_activation_timestamp','2021-05-13 20:04:32.132462'),(656,'student','0042_allow_certificate_null_20210427_1519','2021-05-13 20:04:32.237774'),(657,'submissions','0001_initial','2021-05-13 20:04:32.738608'),(658,'submissions','0002_auto_20151119_0913','2021-05-13 20:04:32.742593'),(659,'submissions','0003_submission_status','2021-05-13 20:04:32.745947'),(660,'submissions','0004_remove_django_extensions','2021-05-13 20:04:32.748990'),(661,'submissions','0005_CreateTeamModel','2021-05-13 20:04:32.751527'),(662,'super_csv','0001_initial','2021-05-13 20:04:32.778824'),(663,'super_csv','0002_csvoperation_user','2021-05-13 20:04:32.933187'),(664,'super_csv','0003_csvoperation_original_filename','2021-05-13 20:04:33.048701'),(665,'survey','0001_initial','2021-05-13 20:04:33.307246'),(666,'system_wide_roles','0001_SystemWideRole_SystemWideRoleAssignment','2021-05-13 20:04:33.695765'),(667,'system_wide_roles','0002_add_system_wide_student_support_role','2021-05-13 20:04:33.737354'),(668,'system_wide_roles','0003_systemwideroleassignment_applies_to_all_contexts','2021-05-13 20:04:35.205514'),(669,'teams','0001_initial','2021-05-13 20:04:35.963026'),(670,'teams','0002_slug_field_ids','2021-05-13 20:04:36.361227'),(671,'teams','0003_courseteam_organization_protected','2021-05-13 20:04:36.523079'),(672,'teams','0004_alter_defaults','2021-05-13 20:04:37.139866'),(673,'theming','0001_initial','2021-05-13 20:04:37.304046'),(674,'third_party_auth','0001_squashed_0026_auto_20200401_1932','2021-05-13 20:04:38.047664'),(675,'third_party_auth','0002_samlproviderconfig_country','2021-05-13 20:04:38.204140'),(676,'third_party_auth','0002_auto_20200721_1650','2021-05-13 20:04:38.951283'),(677,'third_party_auth','0003_samlconfiguration_is_public','2021-05-13 20:04:39.138314'),(678,'third_party_auth','0004_auto_20200919_0955','2021-05-13 20:04:40.543610'),(679,'thumbnail','0001_initial','2021-05-13 20:04:40.563032'),(680,'track','0001_initial','2021-05-13 20:04:40.582038'),(681,'track','0002_delete_trackinglog','2021-05-13 20:04:40.599443'),(682,'user_api','0003_userretirementrequest','2021-05-13 20:04:40.864952'),(683,'user_api','0004_userretirementpartnerreportingstatus','2021-05-13 20:04:41.177919'),(684,'user_authn','0001_data__add_login_service','2021-05-13 20:04:41.209926'),(685,'user_tasks','0001_initial','2021-05-13 20:04:41.758411'),(686,'user_tasks','0002_artifact_file_storage','2021-05-13 20:04:41.794057'),(687,'user_tasks','0003_url_max_length','2021-05-13 20:04:41.823828'),(688,'user_tasks','0004_url_textfield','2021-05-13 20:04:41.865558'),(689,'util','0001_initial','2021-05-13 20:04:42.025382'),(690,'util','0002_data__default_rate_limit_config','2021-05-13 20:04:42.043734'),(691,'verified_track_content','0001_initial','2021-05-13 20:04:42.065262'),(692,'verified_track_content','0002_verifiedtrackcohortedcourse_verified_cohort_name','2021-05-13 20:04:42.089149'),(693,'verified_track_content','0003_migrateverifiedtrackcohortssetting','2021-05-13 20:04:42.217300'),(694,'verify_student','0001_initial','2021-05-13 20:04:43.538050'),(695,'verify_student','0002_auto_20151124_1024','2021-05-13 20:04:43.648072'),(696,'verify_student','0003_auto_20151113_1443','2021-05-13 20:04:43.734079'),(697,'verify_student','0004_delete_historical_records','2021-05-13 20:04:43.824889'),(698,'verify_student','0005_remove_deprecated_models','2021-05-13 20:04:46.154831'),(699,'verify_student','0006_ssoverification','2021-05-13 20:04:46.319076'),(700,'verify_student','0007_idverificationaggregate','2021-05-13 20:04:46.493469'),(701,'verify_student','0008_populate_idverificationaggregate','2021-05-13 20:04:46.512020'),(702,'verify_student','0009_remove_id_verification_aggregate','2021-05-13 20:04:46.789073'),(703,'verify_student','0010_manualverification','2021-05-13 20:04:46.922677'),(704,'verify_student','0011_add_fields_to_sspv','2021-05-13 20:04:47.157008'),(705,'verify_student','0012_sspverificationretryconfig','2021-05-13 20:04:47.308364'),(706,'verify_student','0013_add_expiration_date_field','2021-05-13 20:04:47.711351'),(707,'video_config','0001_initial','2021-05-13 20:04:48.043778'),(708,'video_config','0002_coursevideotranscriptenabledflag_videotranscriptenabledflag','2021-05-13 20:04:48.353959'),(709,'video_config','0003_transcriptmigrationsetting','2021-05-13 20:04:49.251190'),(710,'video_config','0004_transcriptmigrationsetting_command_run','2021-05-13 20:04:49.358678'),(711,'video_config','0005_auto_20180719_0752','2021-05-13 20:04:49.483692'),(712,'video_config','0006_videothumbnailetting_updatedcoursevideos','2021-05-13 20:04:49.673218'),(713,'video_config','0007_videothumbnailsetting_offset','2021-05-13 20:04:49.794652'),(714,'video_config','0008_courseyoutubeblockedflag','2021-05-13 20:04:49.941079'),(715,'video_pipeline','0001_initial','2021-05-13 20:04:50.085143'),(716,'video_pipeline','0002_auto_20171114_0704','2021-05-13 20:04:50.307397'),(717,'video_pipeline','0003_coursevideouploadsenabledbydefault_videouploadsenabledbydefault','2021-05-13 20:04:50.624099'),(718,'video_pipeline','0004_vempipelineintegration','2021-05-13 20:04:50.784588'),(719,'video_pipeline','0005_add_vem_course_percentage','2021-05-13 20:04:50.904358'),(720,'video_pipeline','0006_remove_vempipelineintegration_vem_enabled_courses_percentage','2021-05-13 20:04:51.019386'),(721,'video_pipeline','0007_delete_videopipelineintegration','2021-05-13 20:04:51.037780'),(722,'waffle','0002_auto_20161201_0958','2021-05-13 20:04:51.066398'),(723,'waffle','0003_update_strings_for_i18n','2021-05-13 20:04:54.232081'),(724,'waffle','0004_update_everyone_nullbooleanfield','2021-05-13 20:04:54.365566'),(725,'waffle_utils','0001_initial','2021-05-13 20:04:54.587206'),(726,'wiki','0001_initial','2021-05-13 20:04:59.931253'),(727,'wiki','0002_remove_article_subscription','2021-05-13 20:04:59.951951'),(728,'wiki','0003_ip_address_conv','2021-05-13 20:05:00.353144'),(729,'wiki','0004_increase_slug_size','2021-05-13 20:05:00.447287'),(730,'wiki','0005_remove_attachments_and_images','2021-05-13 20:05:01.430772'),(731,'wiki','0006_auto_20200110_1003','2021-05-13 20:05:01.696492'),(732,'workflow','0001_initial','2021-05-13 20:05:01.774871'),(733,'workflow','0002_remove_django_extensions','2021-05-13 20:05:01.808144'),(734,'workflow','0003_TeamWorkflows','2021-05-13 20:05:01.841122'),(735,'workflow','0004_assessmentworkflowstep_skipped','2021-05-13 20:05:01.873333'),(736,'xapi','0001_initial','2021-05-13 20:05:02.013239'),(737,'xapi','0002_auto_20180726_0142','2021-05-13 20:05:02.146456'),(738,'xapi','0003_auto_20190807_1006','2021-05-13 20:05:03.189716'),(739,'xapi','0004_auto_20190830_0710','2021-05-13 20:05:03.285755'),(740,'xblock_django','0001_initial','2021-05-13 20:05:03.409030'),(741,'xblock_django','0002_auto_20160204_0809','2021-05-13 20:05:03.514341'),(742,'xblock_django','0003_add_new_config_models','2021-05-13 20:05:03.979718'),(743,'xblock_django','0004_delete_xblock_disable_config','2021-05-13 20:05:04.154916'),(744,'social_django','0005_auto_20160727_2333','2021-05-13 20:05:04.160462'),(745,'social_django','0003_alter_email_max_length','2021-05-13 20:05:04.165042'),(746,'social_django','0001_initial','2021-05-13 20:05:04.168268'),(747,'social_django','0002_add_related_name','2021-05-13 20:05:04.171269'),(748,'social_django','0004_auto_20160423_0400','2021-05-13 20:05:04.173705'),(749,'submissions','0001_squashed_0005_CreateTeamModel','2021-05-13 20:05:04.176235'),(750,'edxval','0001_squashed_0016_add_transcript_credentials_model','2021-05-13 20:05:04.179665'),(751,'organizations','0001_squashed_0007_historicalorganization','2021-05-13 20:05:04.182673'),(752,'enterprise','0001_squashed_0092_auto_20200312_1650','2021-05-13 20:05:04.185477'),(753,'integrated_channel','0001_squashed_0007_auto_20190925_0730','2021-05-13 20:05:04.188776'),(754,'sap_success_factors','0001_squashed_0022_auto_20200206_1046','2021-05-13 20:05:04.191742'),(755,'contentstore','0001_initial','2021-05-13 20:05:49.677975'),(756,'contentstore','0002_add_assets_page_flag','2021-05-13 20:05:50.463135'),(757,'contentstore','0003_remove_assets_page_flag','2021-05-13 20:05:51.523142'),(758,'contentstore','0004_remove_push_notification_configmodel_table','2021-05-13 20:05:51.866561'),(759,'contentstore','0005_add_enable_checklists_quality_waffle_flag','2021-05-13 20:05:51.881552'),(760,'course_creators','0001_initial','2021-05-13 20:05:52.290765'),(761,'tagging','0001_initial','2021-05-13 20:05:52.342749'),(762,'tagging','0002_auto_20170116_1541','2021-05-13 20:05:52.384248'),(763,'xblock_config','0001_initial','2021-05-13 20:05:52.708617'),(764,'xblock_config','0002_courseeditltifieldsenabledflag','2021-05-13 20:05:53.329171');
/*!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 2021-05-13 21:11:17