forked from openedx-unsupported/devstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
edxapp_csmh.sql
93 lines (78 loc) · 48.4 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.45, for Linux (x86_64)
--
-- Host: localhost Database: edxapp_csmh
-- ------------------------------------------------------
-- Server version 5.6.45
/*!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=580 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','2019-09-25 19:58:12.459400'),(2,'auth','0001_initial','2019-09-25 19:58:12.538833'),(3,'admin','0001_initial','2019-09-25 19:58:12.590093'),(4,'admin','0002_logentry_remove_auto_add','2019-09-25 19:58:12.634251'),(5,'announcements','0001_initial','2019-09-25 19:58:12.660621'),(6,'sites','0001_initial','2019-09-25 19:58:12.687845'),(7,'contenttypes','0002_remove_content_type_name','2019-09-25 19:58:12.771977'),(8,'api_admin','0001_initial','2019-09-25 19:58:12.849495'),(9,'api_admin','0002_auto_20160325_1604','2019-09-25 19:58:12.883237'),(10,'api_admin','0003_auto_20160404_1618','2019-09-25 19:58:13.088090'),(11,'api_admin','0004_auto_20160412_1506','2019-09-25 19:58:13.248339'),(12,'api_admin','0005_auto_20160414_1232','2019-09-25 19:58:13.312392'),(13,'api_admin','0006_catalog','2019-09-25 19:58:13.343806'),(14,'api_admin','0007_delete_historical_api_records','2019-09-25 19:58:13.483581'),(15,'assessment','0001_initial','2019-09-25 19:58:13.997161'),(16,'assessment','0002_staffworkflow','2019-09-25 19:58:14.033055'),(17,'assessment','0003_expand_course_id','2019-09-25 19:58:14.104444'),(18,'auth','0002_alter_permission_name_max_length','2019-09-25 19:58:14.150253'),(19,'auth','0003_alter_user_email_max_length','2019-09-25 19:58:14.191732'),(20,'auth','0004_alter_user_username_opts','2019-09-25 19:58:14.232852'),(21,'auth','0005_alter_user_last_login_null','2019-09-25 19:58:14.278687'),(22,'auth','0006_require_contenttypes_0002','2019-09-25 19:58:14.287624'),(23,'auth','0007_alter_validators_add_error_messages','2019-09-25 19:58:14.328290'),(24,'auth','0008_alter_user_username_max_length','2019-09-25 19:58:14.368260'),(25,'instructor_task','0001_initial','2019-09-25 19:58:14.417466'),(26,'certificates','0001_initial','2019-09-25 19:58:14.902364'),(27,'certificates','0002_data__certificatehtmlviewconfiguration_data','2019-09-25 19:58:14.940028'),(28,'certificates','0003_data__default_modes','2019-09-25 19:58:14.968159'),(29,'certificates','0004_certificategenerationhistory','2019-09-25 19:58:15.030908'),(30,'certificates','0005_auto_20151208_0801','2019-09-25 19:58:15.086317'),(31,'certificates','0006_certificatetemplateasset_asset_slug','2019-09-25 19:58:15.117295'),(32,'certificates','0007_certificateinvalidation','2019-09-25 19:58:15.189741'),(33,'badges','0001_initial','2019-09-25 19:58:15.354623'),(34,'badges','0002_data__migrate_assertions','2019-09-25 19:58:15.389771'),(35,'badges','0003_schema__add_event_configuration','2019-09-25 19:58:15.477595'),(36,'block_structure','0001_config','2019-09-25 19:58:15.547130'),(37,'block_structure','0002_blockstructuremodel','2019-09-25 19:58:15.579616'),(38,'block_structure','0003_blockstructuremodel_storage','2019-09-25 19:58:15.611423'),(39,'block_structure','0004_blockstructuremodel_usagekeywithrun','2019-09-25 19:58:15.977768'),(40,'bookmarks','0001_initial','2019-09-25 19:58:16.179231'),(41,'branding','0001_initial','2019-09-25 19:58:16.305665'),(42,'course_modes','0001_initial','2019-09-25 19:58:16.388090'),(43,'course_modes','0002_coursemode_expiration_datetime_is_explicit','2019-09-25 19:58:16.425080'),(44,'course_modes','0003_auto_20151113_1443','2019-09-25 19:58:16.464814'),(45,'course_modes','0004_auto_20151113_1457','2019-09-25 19:58:16.543622'),(46,'course_modes','0005_auto_20151217_0958','2019-09-25 19:58:16.595320'),(47,'course_modes','0006_auto_20160208_1407','2019-09-25 19:58:16.670558'),(48,'course_modes','0007_coursemode_bulk_sku','2019-09-25 19:58:16.709379'),(49,'course_groups','0001_initial','2019-09-25 19:58:17.243719'),(50,'bulk_email','0001_initial','2019-09-25 19:58:17.544422'),(51,'bulk_email','0002_data__load_course_email_template','2019-09-25 19:58:17.577780'),(52,'bulk_email','0003_config_model_feature_flag','2019-09-25 19:58:17.662222'),(53,'bulk_email','0004_add_email_targets','2019-09-25 19:58:17.919496'),(54,'bulk_email','0005_move_target_data','2019-09-25 19:58:17.953054'),(55,'bulk_email','0006_course_mode_targets','2019-09-25 19:58:18.080603'),(56,'courseware','0001_initial','2019-09-25 19:58:19.418899'),(57,'bulk_grades','0001_initial','2019-09-25 19:58:19.524627'),(58,'bulk_grades','0002_auto_20190703_1526','2019-09-25 19:58:19.629344'),(59,'catalog','0001_initial','2019-09-25 19:58:19.733336'),(60,'catalog','0002_catalogintegration_username','2019-09-25 19:58:19.828463'),(61,'catalog','0003_catalogintegration_page_size','2019-09-25 19:58:19.937256'),(62,'catalog','0004_auto_20170616_0618','2019-09-25 19:58:20.044277'),(63,'catalog','0005_catalogintegration_long_term_cache_ttl','2019-09-25 19:58:20.152194'),(64,'djcelery','0001_initial','2019-09-25 19:58:20.761979'),(65,'celery_utils','0001_initial','2019-09-25 19:58:20.833828'),(66,'celery_utils','0002_chordable_django_backend','2019-09-25 19:58:20.882520'),(67,'certificates','0008_schema__remove_badges','2019-09-25 19:58:21.111540'),(68,'certificates','0009_certificategenerationcoursesetting_language_self_generation','2019-09-25 19:58:21.237436'),(69,'certificates','0010_certificatetemplate_language','2019-09-25 19:58:21.288608'),(70,'certificates','0011_certificatetemplate_alter_unique','2019-09-25 19:58:21.358075'),(71,'certificates','0012_certificategenerationcoursesetting_include_hours_of_effort','2019-09-25 19:58:21.401074'),(72,'certificates','0013_remove_certificategenerationcoursesetting_enabled','2019-09-25 19:58:21.447123'),(73,'certificates','0014_change_eligible_certs_manager','2019-09-25 19:58:21.549795'),(74,'certificates','0015_add_masters_choice','2019-09-25 19:58:21.688291'),(75,'commerce','0001_data__add_ecommerce_service_user','2019-09-25 19:58:21.723142'),(76,'commerce','0002_commerceconfiguration','2019-09-25 19:58:21.825006'),(77,'commerce','0003_auto_20160329_0709','2019-09-25 19:58:21.928656'),(78,'commerce','0004_auto_20160531_0950','2019-09-25 19:58:22.121257'),(79,'commerce','0005_commerceconfiguration_enable_automatic_refund_approval','2019-09-25 19:58:22.230487'),(80,'commerce','0006_auto_20170424_1734','2019-09-25 19:58:22.340089'),(81,'commerce','0007_auto_20180313_0609','2019-09-25 19:58:22.546594'),(82,'completion','0001_initial','2019-09-25 19:58:22.824054'),(83,'completion','0002_auto_20180125_1510','2019-09-25 19:58:22.944471'),(84,'enterprise','0001_initial','2019-09-25 19:58:23.549467'),(85,'enterprise','0002_enterprisecustomerbrandingconfiguration','2019-09-25 19:58:23.600952'),(86,'enterprise','0003_auto_20161104_0937','2019-09-25 19:58:23.900635'),(87,'enterprise','0004_auto_20161114_0434','2019-09-25 19:58:24.046897'),(88,'enterprise','0005_pendingenterprisecustomeruser','2019-09-25 19:58:24.164929'),(89,'enterprise','0006_auto_20161121_0241','2019-09-25 19:58:24.216776'),(90,'enterprise','0007_auto_20161109_1511','2019-09-25 19:58:24.349965'),(91,'enterprise','0008_auto_20161124_2355','2019-09-25 19:58:24.620841'),(92,'enterprise','0009_auto_20161130_1651','2019-09-25 19:58:25.126796'),(93,'enterprise','0010_auto_20161222_1212','2019-09-25 19:58:25.212948'),(94,'enterprise','0011_enterprisecustomerentitlement_historicalenterprisecustomerentitlement','2019-09-25 19:58:25.378833'),(95,'enterprise','0012_auto_20170125_1033','2019-09-25 19:58:25.919050'),(96,'enterprise','0013_auto_20170125_1157','2019-09-25 19:58:26.203742'),(97,'enterprise','0014_enrollmentnotificationemailtemplate_historicalenrollmentnotificationemailtemplate','2019-09-25 19:58:26.455145'),(98,'enterprise','0015_auto_20170130_0003','2019-09-25 19:58:26.706695'),(99,'enterprise','0016_auto_20170405_0647','2019-09-25 19:58:28.140159'),(100,'enterprise','0017_auto_20170508_1341','2019-09-25 19:58:28.441003'),(101,'enterprise','0018_auto_20170511_1357','2019-09-25 19:58:28.595818'),(102,'enterprise','0019_auto_20170606_1853','2019-09-25 19:58:28.755624'),(103,'enterprise','0020_auto_20170624_2316','2019-09-25 19:58:29.291287'),(104,'enterprise','0021_auto_20170711_0712','2019-09-25 19:58:30.235217'),(105,'enterprise','0022_auto_20170720_1543','2019-09-25 19:58:30.395407'),(106,'enterprise','0023_audit_data_reporting_flag','2019-09-25 19:58:30.553061'),(107,'enterprise','0024_enterprisecustomercatalog_historicalenterprisecustomercatalog','2019-09-25 19:58:30.804794'),(108,'enterprise','0025_auto_20170828_1412','2019-09-25 19:58:31.336685'),(109,'enterprise','0026_make_require_account_level_consent_nullable','2019-09-25 19:58:31.511926'),(110,'enterprise','0027_remove_account_level_consent','2019-09-25 19:58:32.237213'),(111,'enterprise','0028_link_enterprise_to_enrollment_template','2019-09-25 19:58:33.074225'),(112,'enterprise','0029_auto_20170925_1909','2019-09-25 19:58:33.220247'),(113,'enterprise','0030_auto_20171005_1600','2019-09-25 19:58:33.476680'),(114,'enterprise','0031_auto_20171012_1249','2019-09-25 19:58:33.655903'),(115,'enterprise','0032_reporting_model','2019-09-25 19:58:33.792781'),(116,'enterprise','0033_add_history_change_reason_field','2019-09-25 19:58:34.359470'),(117,'enterprise','0034_auto_20171023_0727','2019-09-25 19:58:34.527962'),(118,'enterprise','0035_auto_20171212_1129','2019-09-25 19:58:34.709887'),(119,'enterprise','0036_sftp_reporting_support','2019-09-25 19:58:35.034335'),(120,'enterprise','0037_auto_20180110_0450','2019-09-25 19:58:35.223464'),(121,'enterprise','0038_auto_20180122_1427','2019-09-25 19:58:35.330932'),(122,'enterprise','0039_auto_20180129_1034','2019-09-25 19:58:35.967772'),(123,'enterprise','0040_auto_20180129_1428','2019-09-25 19:58:36.116704'),(124,'enterprise','0041_auto_20180212_1507','2019-09-25 19:58:36.176732'),(125,'consent','0001_initial','2019-09-25 19:58:36.489699'),(126,'consent','0002_migrate_to_new_data_sharing_consent','2019-09-25 19:58:36.527754'),(127,'consent','0003_historicaldatasharingconsent_history_change_reason','2019-09-25 19:58:36.651372'),(128,'consent','0004_datasharingconsenttextoverrides','2019-09-25 19:58:36.801859'),(129,'organizations','0001_initial','2019-09-25 19:58:36.910481'),(130,'organizations','0002_auto_20170117_1434','2019-09-25 19:58:36.964147'),(131,'organizations','0003_auto_20170221_1138','2019-09-25 19:58:37.042825'),(132,'organizations','0004_auto_20170413_2315','2019-09-25 19:58:37.136682'),(133,'organizations','0005_auto_20171116_0640','2019-09-25 19:58:37.183109'),(134,'organizations','0006_auto_20171207_0259','2019-09-25 19:58:37.229451'),(135,'organizations','0007_historicalorganization','2019-09-25 19:58:37.373683'),(136,'content_libraries','0001_initial','2019-09-25 19:58:37.945696'),(137,'sites','0002_alter_domain_unique','2019-09-25 19:58:37.997539'),(138,'course_overviews','0001_initial','2019-09-25 19:58:38.075655'),(139,'course_overviews','0002_add_course_catalog_fields','2019-09-25 19:58:38.265860'),(140,'course_overviews','0003_courseoverviewgeneratedhistory','2019-09-25 19:58:38.310492'),(141,'course_overviews','0004_courseoverview_org','2019-09-25 19:58:38.357645'),(142,'course_overviews','0005_delete_courseoverviewgeneratedhistory','2019-09-25 19:58:38.393235'),(143,'course_overviews','0006_courseoverviewimageset','2019-09-25 19:58:38.449647'),(144,'course_overviews','0007_courseoverviewimageconfig','2019-09-25 19:58:38.603315'),(145,'course_overviews','0008_remove_courseoverview_facebook_url','2019-09-25 19:58:38.615075'),(146,'course_overviews','0009_readd_facebook_url','2019-09-25 19:58:38.676631'),(147,'course_overviews','0010_auto_20160329_2317','2019-09-25 19:58:38.763590'),(148,'course_overviews','0011_courseoverview_marketing_url','2019-09-25 19:58:38.814484'),(149,'course_overviews','0012_courseoverview_eligible_for_financial_aid','2019-09-25 19:58:38.864832'),(150,'course_overviews','0013_courseoverview_language','2019-09-25 19:58:38.924047'),(151,'course_overviews','0014_courseoverview_certificate_available_date','2019-09-25 19:58:38.974249'),(152,'content_type_gating','0001_initial','2019-09-25 19:58:39.678490'),(153,'content_type_gating','0002_auto_20181119_0959','2019-09-25 19:58:39.944247'),(154,'content_type_gating','0003_auto_20181128_1407','2019-09-25 19:58:40.086023'),(155,'content_type_gating','0004_auto_20181128_1521','2019-09-25 19:58:40.225832'),(156,'content_type_gating','0005_auto_20190306_1547','2019-09-25 19:58:40.363665'),(157,'content_type_gating','0006_auto_20190308_1447','2019-09-25 19:58:40.502574'),(158,'content_type_gating','0007_auto_20190311_1919','2019-09-25 19:58:41.181002'),(159,'content_type_gating','0008_auto_20190313_1634','2019-09-25 19:58:41.343716'),(160,'contentserver','0001_initial','2019-09-25 19:58:41.542692'),(161,'contentserver','0002_cdnuseragentsconfig','2019-09-25 19:58:41.740120'),(162,'waffle','0001_initial','2019-09-25 19:58:41.988075'),(163,'enterprise','0042_replace_sensitive_sso_username','2019-09-25 19:58:42.741621'),(164,'enterprise','0043_auto_20180507_0138','2019-09-25 19:58:43.204067'),(165,'enterprise','0044_reporting_config_multiple_types','2019-09-25 19:58:43.405921'),(166,'enterprise','0045_report_type_json','2019-09-25 19:58:43.470637'),(167,'enterprise','0046_remove_unique_constraints','2019-09-25 19:58:43.530135'),(168,'enterprise','0047_auto_20180517_0457','2019-09-25 19:58:43.725486'),(169,'enterprise','0048_enterprisecustomeruser_active','2019-09-25 19:58:43.786903'),(170,'enterprise','0049_auto_20180531_0321','2019-09-25 19:58:43.989194'),(171,'enterprise','0050_progress_v2','2019-09-25 19:58:44.060717'),(172,'enterprise','0051_add_enterprise_slug','2019-09-25 19:58:44.283745'),(173,'enterprise','0052_create_unique_slugs','2019-09-25 19:58:44.477291'),(174,'enterprise','0053_pendingenrollment_cohort_name','2019-09-25 19:58:44.528198'),(175,'enterprise','0053_auto_20180911_0811','2019-09-25 19:58:44.778718'),(176,'enterprise','0054_merge_20180914_1511','2019-09-25 19:58:44.789762'),(177,'enterprise','0055_auto_20181015_1112','2019-09-25 19:58:45.068335'),(178,'enterprise','0056_enterprisecustomerreportingconfiguration_pgp_encryption_key','2019-09-25 19:58:45.146485'),(179,'enterprise','0057_enterprisecustomerreportingconfiguration_enterprise_customer_catalogs','2019-09-25 19:58:45.364811'),(180,'enterprise','0058_auto_20181212_0145','2019-09-25 19:58:46.506539'),(181,'enterprise','0059_add_code_management_portal_config','2019-09-25 19:58:46.877111'),(182,'enterprise','0060_upgrade_django_simple_history','2019-09-25 19:58:47.333919'),(183,'enterprise','0061_systemwideenterpriserole_systemwideenterpriseuserroleassignment','2019-09-25 19:58:47.620829'),(184,'enterprise','0062_add_system_wide_enterprise_roles','2019-09-25 19:58:47.666775'),(185,'enterprise','0063_systemwideenterpriserole_description','2019-09-25 19:58:47.715489'),(186,'enterprise','0064_enterprisefeaturerole_enterprisefeatureuserroleassignment','2019-09-25 19:58:47.981534'),(187,'enterprise','0065_add_enterprise_feature_roles','2019-09-25 19:58:48.022765'),(188,'enterprise','0066_add_system_wide_enterprise_operator_role','2019-09-25 19:58:48.069543'),(189,'enterprise','0067_add_role_based_access_control_switch','2019-09-25 19:58:48.123240'),(190,'cornerstone','0001_initial','2019-09-25 19:58:49.651122'),(191,'cornerstone','0002_cornerstoneglobalconfiguration_subject_mapping','2019-09-25 19:58:49.818433'),(192,'cornerstone','0003_auto_20190621_1000','2019-09-25 19:58:50.543991'),(193,'cornerstone','0004_cornerstoneglobalconfiguration_languages','2019-09-25 19:58:50.741097'),(194,'cornerstone','0005_auto_20190925_0730','2019-09-25 19:58:51.072191'),(195,'cors_csrf','0001_initial','2019-09-25 19:58:51.312330'),(196,'course_action_state','0001_initial','2019-09-25 19:58:51.731115'),(197,'course_duration_limits','0001_initial','2019-09-25 19:58:51.975714'),(198,'course_duration_limits','0002_auto_20181119_0959','2019-09-25 19:58:52.674063'),(199,'course_duration_limits','0003_auto_20181128_1407','2019-09-25 19:58:52.886182'),(200,'course_duration_limits','0004_auto_20181128_1521','2019-09-25 19:58:53.099230'),(201,'course_duration_limits','0005_auto_20190306_1546','2019-09-25 19:58:53.337371'),(202,'course_duration_limits','0006_auto_20190308_1447','2019-09-25 19:58:53.591896'),(203,'course_duration_limits','0007_auto_20190311_1919','2019-09-25 19:58:54.820401'),(204,'course_duration_limits','0008_auto_20190313_1634','2019-09-25 19:58:55.048749'),(205,'course_goals','0001_initial','2019-09-25 19:58:55.902118'),(206,'course_goals','0002_auto_20171010_1129','2019-09-25 19:58:56.086116'),(207,'course_groups','0002_change_inline_default_cohort_value','2019-09-25 19:58:56.136064'),(208,'course_groups','0003_auto_20170609_1455','2019-09-25 19:58:56.435868'),(209,'course_modes','0008_course_key_field_to_foreign_key','2019-09-25 19:58:56.863467'),(210,'course_modes','0009_suggested_prices_to_charfield','2019-09-25 19:58:56.941287'),(211,'course_modes','0010_archived_suggested_prices_to_charfield','2019-09-25 19:58:56.997838'),(212,'course_modes','0011_change_regex_for_comma_separated_ints','2019-09-25 19:58:57.110273'),(213,'course_modes','0012_historicalcoursemode','2019-09-25 19:58:57.351163'),(214,'course_overviews','0015_historicalcourseoverview','2019-09-25 19:58:57.590833'),(215,'course_overviews','0016_simulatecoursepublishconfig','2019-09-25 19:58:57.841651'),(216,'coursewarehistoryextended','0001_initial','2019-09-25 19:58:58.376415'),(217,'coursewarehistoryextended','0002_force_studentmodule_index','2019-09-25 19:58:58.523958'),(218,'courseware','0002_coursedynamicupgradedeadlineconfiguration_dynamicupgradedeadlineconfiguration','2019-09-25 19:58:58.676259'),(219,'courseware','0003_auto_20170825_0935','2019-09-25 19:58:58.753782'),(220,'courseware','0004_auto_20171010_1639','2019-09-25 19:58:58.839336'),(221,'courseware','0005_orgdynamicupgradedeadlineconfiguration','2019-09-25 19:58:59.545061'),(222,'courseware','0006_remove_module_id_index','2019-09-25 19:58:59.637018'),(223,'courseware','0007_remove_done_index','2019-09-25 19:58:59.719998'),(224,'courseware','0008_move_idde_to_edx_when','2019-09-25 19:58:59.768059'),(225,'courseware','0009_auto_20190703_1955','2019-09-25 19:58:59.929857'),(226,'courseware','0010_auto_20190709_1559','2019-09-25 19:59:00.159535'),(227,'courseware','0011_csm_id_bigint','2019-09-25 19:59:00.555497'),(228,'courseware','0012_adjust_fields','2019-09-25 19:59:00.894278'),(229,'crawlers','0001_initial','2019-09-25 19:59:01.110857'),(230,'crawlers','0002_auto_20170419_0018','2019-09-25 19:59:01.274154'),(231,'credentials','0001_initial','2019-09-25 19:59:01.521820'),(232,'credentials','0002_auto_20160325_0631','2019-09-25 19:59:01.701393'),(233,'credentials','0003_auto_20170525_1109','2019-09-25 19:59:02.092372'),(234,'credentials','0004_notifycredentialsconfig','2019-09-25 19:59:02.366070'),(235,'credit','0001_initial','2019-09-25 19:59:03.912652'),(236,'credit','0002_creditconfig','2019-09-25 19:59:04.183173'),(237,'credit','0003_auto_20160511_2227','2019-09-25 19:59:04.253949'),(238,'credit','0004_delete_historical_credit_records','2019-09-25 19:59:05.408858'),(239,'dark_lang','0001_initial','2019-09-25 19:59:05.632488'),(240,'dark_lang','0002_data__enable_on_install','2019-09-25 19:59:05.689028'),(241,'dark_lang','0003_auto_20180425_0359','2019-09-25 19:59:06.047438'),(242,'database_fixups','0001_initial','2019-09-25 19:59:06.094040'),(243,'degreed','0001_initial','2019-09-25 19:59:07.341747'),(244,'degreed','0002_auto_20180104_0103','2019-09-25 19:59:07.837621'),(245,'degreed','0003_auto_20180109_0712','2019-09-25 19:59:08.148219'),(246,'degreed','0004_auto_20180306_1251','2019-09-25 19:59:08.438633'),(247,'degreed','0005_auto_20180807_1302','2019-09-25 19:59:10.999851'),(248,'degreed','0006_upgrade_django_simple_history','2019-09-25 19:59:11.290851'),(249,'degreed','0007_auto_20190925_0730','2019-09-25 19:59:11.703339'),(250,'discounts','0001_initial','2019-09-25 19:59:12.362835'),(251,'django_comment_common','0001_initial','2019-09-25 19:59:12.853024'),(252,'django_comment_common','0002_forumsconfig','2019-09-25 19:59:13.097627'),(253,'django_comment_common','0003_enable_forums','2019-09-25 19:59:13.143965'),(254,'django_comment_common','0004_auto_20161117_1209','2019-09-25 19:59:13.843809'),(255,'django_comment_common','0005_coursediscussionsettings','2019-09-25 19:59:13.896732'),(256,'django_comment_common','0006_coursediscussionsettings_discussions_id_map','2019-09-25 19:59:13.950203'),(257,'django_comment_common','0007_discussionsidmapping','2019-09-25 19:59:14.000080'),(258,'django_comment_common','0008_role_user_index','2019-09-25 19:59:14.046690'),(259,'django_notify','0001_initial','2019-09-25 19:59:15.070494'),(260,'oauth2','0001_initial','2019-09-25 19:59:16.313135'),(261,'edx_oauth2_provider','0001_initial','2019-09-25 19:59:17.063140'),(262,'edx_proctoring','0001_initial','2019-09-25 19:59:20.783555'),(263,'edx_proctoring','0002_proctoredexamstudentattempt_is_status_acknowledged','2019-09-25 19:59:21.046644'),(264,'edx_proctoring','0003_auto_20160101_0525','2019-09-25 19:59:21.490877'),(265,'edx_proctoring','0004_auto_20160201_0523','2019-09-25 19:59:21.802256'),(266,'edx_proctoring','0005_proctoredexam_hide_after_due','2019-09-25 19:59:21.895027'),(267,'edx_proctoring','0006_allowed_time_limit_mins','2019-09-25 19:59:22.383754'),(268,'edx_proctoring','0007_proctoredexam_backend','2019-09-25 19:59:22.481231'),(269,'edx_proctoring','0008_auto_20181116_1551','2019-09-25 19:59:23.245685'),(270,'edx_proctoring','0009_proctoredexamreviewpolicy_remove_rules','2019-09-25 19:59:23.764198'),(271,'edx_proctoring','0010_update_backend','2019-09-25 19:59:24.364329'),(272,'edx_when','0001_initial','2019-09-25 19:59:25.096392'),(273,'edx_when','0002_auto_20190318_1736','2019-09-25 19:59:25.967911'),(274,'edx_when','0003_auto_20190402_1501','2019-09-25 19:59:26.846931'),(275,'edx_zoom','0001_initial','2019-09-25 19:59:26.901608'),(276,'edx_zoom','0002_lticredential_launch_url','2019-09-25 19:59:26.957847'),(277,'edx_zoom','0003_add_launchlog','2019-09-25 19:59:27.973933'),(278,'edxval','0001_initial','2019-09-25 19:59:28.438673'),(279,'edxval','0002_data__default_profiles','2019-09-25 19:59:28.487174'),(280,'edxval','0003_coursevideo_is_hidden','2019-09-25 19:59:28.547345'),(281,'edxval','0004_data__add_hls_profile','2019-09-25 19:59:28.596389'),(282,'edxval','0005_videoimage','2019-09-25 19:59:28.665571'),(283,'edxval','0006_auto_20171009_0725','2019-09-25 19:59:28.806283'),(284,'edxval','0007_transcript_credentials_state','2019-09-25 19:59:28.904087'),(285,'edxval','0008_remove_subtitles','2019-09-25 19:59:29.030105'),(286,'edxval','0009_auto_20171127_0406','2019-09-25 19:59:29.102951'),(287,'edxval','0010_add_video_as_foreign_key','2019-09-25 19:59:29.347501'),(288,'edxval','0011_data__add_audio_mp3_profile','2019-09-25 19:59:29.414019'),(289,'email_marketing','0001_initial','2019-09-25 19:59:29.728412'),(290,'email_marketing','0002_auto_20160623_1656','2019-09-25 19:59:32.251334'),(291,'email_marketing','0003_auto_20160715_1145','2019-09-25 19:59:33.424236'),(292,'email_marketing','0004_emailmarketingconfiguration_welcome_email_send_delay','2019-09-25 19:59:33.684833'),(293,'email_marketing','0005_emailmarketingconfiguration_user_registration_cookie_timeout_delay','2019-09-25 19:59:33.926704'),(294,'email_marketing','0006_auto_20170711_0615','2019-09-25 19:59:34.742193'),(295,'email_marketing','0007_auto_20170809_0653','2019-09-25 19:59:35.373915'),(296,'email_marketing','0008_auto_20170809_0539','2019-09-25 19:59:35.428052'),(297,'email_marketing','0009_remove_emailmarketingconfiguration_sailthru_activation_template','2019-09-25 19:59:35.645665'),(298,'email_marketing','0010_auto_20180425_0800','2019-09-25 19:59:36.074169'),(299,'embargo','0001_initial','2019-09-25 19:59:37.008326'),(300,'embargo','0002_data__add_countries','2019-09-25 19:59:37.064844'),(301,'enterprise','0068_remove_role_based_access_control_switch','2019-09-25 19:59:37.111960'),(302,'enterprise','0069_auto_20190613_0607','2019-09-25 19:59:37.486415'),(303,'enterprise','0070_enterprise_catalog_query','2019-09-25 19:59:38.740076'),(304,'enterprise','0071_historicalpendingenrollment_historicalpendingenterprisecustomeruser','2019-09-25 19:59:39.382907'),(305,'enterprise','0072_add_enterprise_report_config_feature_role','2019-09-25 19:59:39.435281'),(306,'enterprise','0073_enterprisecustomerreportingconfiguration_uuid','2019-09-25 19:59:39.684688'),(307,'enterprise','0074_auto_20190904_1143','2019-09-25 19:59:40.046609'),(308,'enterprise','0075_auto_20190916_1030','2019-09-25 19:59:40.842789'),(309,'enterprise','0076_auto_20190918_2037','2019-09-25 19:59:42.217417'),(310,'student','0001_initial','2019-09-25 19:59:51.065649'),(311,'student','0002_auto_20151208_1034','2019-09-25 19:59:51.898427'),(312,'student','0003_auto_20160516_0938','2019-09-25 19:59:52.122809'),(313,'student','0004_auto_20160531_1422','2019-09-25 19:59:52.232276'),(314,'student','0005_auto_20160531_1653','2019-09-25 19:59:52.342273'),(315,'student','0006_logoutviewconfiguration','2019-09-25 19:59:52.467578'),(316,'student','0007_registrationcookieconfiguration','2019-09-25 19:59:52.602580'),(317,'student','0008_auto_20161117_1209','2019-09-25 19:59:52.727149'),(318,'student','0009_auto_20170111_0422','2019-09-25 19:59:52.852447'),(319,'student','0010_auto_20170207_0458','2019-09-25 19:59:52.862619'),(320,'student','0011_course_key_field_to_foreign_key','2019-09-25 19:59:54.836737'),(321,'student','0012_sociallink','2019-09-25 19:59:55.934600'),(322,'student','0013_delete_historical_enrollment_records','2019-09-25 19:59:57.342441'),(323,'student','0014_courseenrollmentallowed_user','2019-09-25 19:59:57.771147'),(324,'student','0015_manualenrollmentaudit_add_role','2019-09-25 19:59:58.178730'),(325,'student','0016_coursenrollment_course_on_delete_do_nothing','2019-09-25 19:59:58.694216'),(326,'student','0017_accountrecovery','2019-09-25 19:59:59.199745'),(327,'student','0018_remove_password_history','2019-09-25 20:00:00.371345'),(328,'student','0019_auto_20181221_0540','2019-09-25 20:00:01.196643'),(329,'student','0020_auto_20190227_2019','2019-09-25 20:00:01.585057'),(330,'student','0021_historicalcourseenrollment','2019-09-25 20:00:02.014751'),(331,'entitlements','0001_initial','2019-09-25 20:00:02.485583'),(332,'entitlements','0002_auto_20171102_0719','2019-09-25 20:00:04.752559'),(333,'entitlements','0003_auto_20171205_1431','2019-09-25 20:00:06.209300'),(334,'entitlements','0004_auto_20171206_1729','2019-09-25 20:00:06.559643'),(335,'entitlements','0005_courseentitlementsupportdetail','2019-09-25 20:00:07.000686'),(336,'entitlements','0006_courseentitlementsupportdetail_action','2019-09-25 20:00:07.423849'),(337,'entitlements','0007_change_expiration_period_default','2019-09-25 20:00:07.557918'),(338,'entitlements','0008_auto_20180328_1107','2019-09-25 20:00:08.149765'),(339,'entitlements','0009_courseentitlement_refund_locked','2019-09-25 20:00:08.532754'),(340,'entitlements','0010_backfill_refund_lock','2019-09-25 20:00:09.349184'),(341,'entitlements','0011_historicalcourseentitlement','2019-09-25 20:00:09.810176'),(342,'experiments','0001_initial','2019-09-25 20:00:10.933298'),(343,'experiments','0002_auto_20170627_1402','2019-09-25 20:00:11.054736'),(344,'experiments','0003_auto_20170713_1148','2019-09-25 20:00:11.120396'),(345,'grades','0001_initial','2019-09-25 20:00:11.346921'),(346,'grades','0002_rename_last_edited_field','2019-09-25 20:00:11.430447'),(347,'grades','0003_coursepersistentgradesflag_persistentgradesenabledflag','2019-09-25 20:00:12.332539'),(348,'grades','0004_visibleblocks_course_id','2019-09-25 20:00:12.403314'),(349,'grades','0005_multiple_course_flags','2019-09-25 20:00:12.764607'),(350,'grades','0006_persistent_course_grades','2019-09-25 20:00:12.886400'),(351,'grades','0007_add_passed_timestamp_column','2019-09-25 20:00:13.041535'),(352,'grades','0008_persistentsubsectiongrade_first_attempted','2019-09-25 20:00:13.119716'),(353,'grades','0009_auto_20170111_1507','2019-09-25 20:00:14.040466'),(354,'grades','0010_auto_20170112_1156','2019-09-25 20:00:14.119740'),(355,'grades','0011_null_edited_time','2019-09-25 20:00:14.347051'),(356,'grades','0012_computegradessetting','2019-09-25 20:00:14.851403'),(357,'grades','0013_persistentsubsectiongradeoverride','2019-09-25 20:00:14.955139'),(358,'grades','0014_persistentsubsectiongradeoverridehistory','2019-09-25 20:00:15.436153'),(359,'grades','0015_historicalpersistentsubsectiongradeoverride','2019-09-25 20:00:15.881357'),(360,'grades','0016_auto_20190703_1446','2019-09-25 20:00:16.732174'),(361,'instructor_task','0002_gradereportsetting','2019-09-25 20:00:17.140896'),(362,'instructor_task','0003_alter_task_input_field','2019-09-25 20:00:17.531785'),(363,'sap_success_factors','0001_initial','2019-09-25 20:00:19.609111'),(364,'sap_success_factors','0002_auto_20170224_1545','2019-09-25 20:00:21.024502'),(365,'sap_success_factors','0003_auto_20170317_1402','2019-09-25 20:00:21.712062'),(366,'sap_success_factors','0004_catalogtransmissionaudit_audit_summary','2019-09-25 20:00:21.776317'),(367,'sap_success_factors','0005_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason','2019-09-25 20:00:22.861941'),(368,'sap_success_factors','0006_sapsuccessfactors_use_enterprise_enrollment_page_waffle_flag','2019-09-25 20:00:22.924323'),(369,'sap_success_factors','0007_remove_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason','2019-09-25 20:00:23.298547'),(370,'sap_success_factors','0008_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason','2019-09-25 20:00:23.669393'),(371,'sap_success_factors','0009_sapsuccessfactors_remove_enterprise_enrollment_page_waffle_flag','2019-09-25 20:00:23.723030'),(372,'sap_success_factors','0010_move_audit_tables_to_base_integrated_channel','2019-09-25 20:00:23.921512'),(373,'integrated_channel','0001_initial','2019-09-25 20:00:24.033976'),(374,'integrated_channel','0002_delete_enterpriseintegratedchannel','2019-09-25 20:00:24.090457'),(375,'integrated_channel','0003_catalogtransmissionaudit_learnerdatatransmissionaudit','2019-09-25 20:00:24.193230'),(376,'integrated_channel','0004_catalogtransmissionaudit_channel','2019-09-25 20:00:24.268548'),(377,'integrated_channel','0005_auto_20180306_1251','2019-09-25 20:00:24.793435'),(378,'integrated_channel','0006_delete_catalogtransmissionaudit','2019-09-25 20:00:24.856536'),(379,'integrated_channel','0007_auto_20190925_0730','2019-09-25 20:00:24.926660'),(380,'lms_xblock','0001_initial','2019-09-25 20:00:25.343597'),(381,'milestones','0001_initial','2019-09-25 20:00:26.904825'),(382,'milestones','0002_data__seed_relationship_types','2019-09-25 20:00:26.960179'),(383,'milestones','0003_coursecontentmilestone_requirements','2019-09-25 20:00:27.035768'),(384,'milestones','0004_auto_20151221_1445','2019-09-25 20:00:27.297194'),(385,'mobile_api','0001_initial','2019-09-25 20:00:27.712209'),(386,'mobile_api','0002_auto_20160406_0904','2019-09-25 20:00:27.829256'),(387,'mobile_api','0003_ignore_mobile_available_flag','2019-09-25 20:00:28.591428'),(388,'notes','0001_initial','2019-09-25 20:00:29.009648'),(389,'oauth2','0002_auto_20160404_0813','2019-09-25 20:00:30.968329'),(390,'oauth2','0003_client_logout_uri','2019-09-25 20:00:31.319271'),(391,'oauth2','0004_add_index_on_grant_expires','2019-09-25 20:00:31.688387'),(392,'oauth2','0005_grant_nonce','2019-09-25 20:00:32.040552'),(393,'oauth2_provider','0001_initial','2019-09-25 20:00:34.559113'),(394,'oauth_dispatch','0001_initial','2019-09-25 20:00:34.996470'),(395,'oauth_dispatch','0002_scopedapplication_scopedapplicationorganization','2019-09-25 20:00:35.839284'),(396,'oauth_dispatch','0003_application_data','2019-09-25 20:00:35.895919'),(397,'oauth_dispatch','0004_auto_20180626_1349','2019-09-25 20:00:38.490529'),(398,'oauth_dispatch','0005_applicationaccess_type','2019-09-25 20:00:38.600634'),(399,'oauth_dispatch','0006_drop_application_id_constraints','2019-09-25 20:00:38.887217'),(400,'oauth2_provider','0002_08_updates','2019-09-25 20:00:39.165748'),(401,'oauth2_provider','0003_auto_20160316_1503','2019-09-25 20:00:39.271582'),(402,'oauth2_provider','0004_auto_20160525_1623','2019-09-25 20:00:39.534248'),(403,'oauth2_provider','0005_auto_20170514_1141','2019-09-25 20:00:40.902378'),(404,'oauth2_provider','0006_auto_20171214_2232','2019-09-25 20:00:42.111231'),(405,'oauth_dispatch','0007_restore_application_id_constraints','2019-09-25 20:00:42.400976'),(406,'oauth_provider','0001_initial','2019-09-25 20:00:42.753522'),(407,'problem_builder','0001_initial','2019-09-25 20:00:42.873822'),(408,'problem_builder','0002_auto_20160121_1525','2019-09-25 20:00:43.077566'),(409,'problem_builder','0003_auto_20161124_0755','2019-09-25 20:00:43.203827'),(410,'problem_builder','0004_copy_course_ids','2019-09-25 20:00:43.268898'),(411,'problem_builder','0005_auto_20170112_1021','2019-09-25 20:00:43.401899'),(412,'problem_builder','0006_remove_deprecated_course_id','2019-09-25 20:00:43.530340'),(413,'program_enrollments','0001_initial','2019-09-25 20:00:43.777806'),(414,'program_enrollments','0002_historicalprogramcourseenrollment_programcourseenrollment','2019-09-25 20:00:44.707283'),(415,'program_enrollments','0003_auto_20190424_1622','2019-09-25 20:00:45.780899'),(416,'program_enrollments','0004_add_programcourseenrollment_relatedname','2019-09-25 20:00:46.297668'),(417,'program_enrollments','0005_canceled_not_withdrawn','2019-09-25 20:00:47.016936'),(418,'program_enrollments','0006_add_the_correct_constraints','2019-09-25 20:00:47.384095'),(419,'program_enrollments','0007_waiting_programcourseenrollment_constraint','2019-09-25 20:00:47.483893'),(420,'programs','0001_initial','2019-09-25 20:00:47.697559'),(421,'programs','0002_programsapiconfig_cache_ttl','2019-09-25 20:00:47.866015'),(422,'programs','0003_auto_20151120_1613','2019-09-25 20:00:48.469161'),(423,'programs','0004_programsapiconfig_enable_certification','2019-09-25 20:00:48.640584'),(424,'programs','0005_programsapiconfig_max_retries','2019-09-25 20:00:48.800785'),(425,'programs','0006_programsapiconfig_xseries_ad_enabled','2019-09-25 20:00:48.963278'),(426,'programs','0007_programsapiconfig_program_listing_enabled','2019-09-25 20:00:49.126732'),(427,'programs','0008_programsapiconfig_program_details_enabled','2019-09-25 20:00:50.062620'),(428,'programs','0009_programsapiconfig_marketing_path','2019-09-25 20:00:50.221123'),(429,'programs','0010_auto_20170204_2332','2019-09-25 20:00:50.527222'),(430,'programs','0011_auto_20170301_1844','2019-09-25 20:00:52.394381'),(431,'programs','0012_auto_20170419_0018','2019-09-25 20:00:52.559834'),(432,'redirects','0001_initial','2019-09-25 20:00:52.784672'),(433,'rss_proxy','0001_initial','2019-09-25 20:00:52.853121'),(434,'sap_success_factors','0011_auto_20180104_0103','2019-09-25 20:00:56.162580'),(435,'sap_success_factors','0012_auto_20180109_0712','2019-09-25 20:00:56.537294'),(436,'sap_success_factors','0013_auto_20180306_1251','2019-09-25 20:00:56.857331'),(437,'sap_success_factors','0014_drop_historical_table','2019-09-25 20:00:56.916898'),(438,'sap_success_factors','0015_auto_20180510_1259','2019-09-25 20:00:57.377240'),(439,'sap_success_factors','0016_sapsuccessfactorsenterprisecustomerconfiguration_additional_locales','2019-09-25 20:00:57.503797'),(440,'sap_success_factors','0017_sapsuccessfactorsglobalconfiguration_search_student_api_path','2019-09-25 20:00:57.672535'),(441,'sap_success_factors','0018_sapsuccessfactorsenterprisecustomerconfiguration_show_course_price','2019-09-25 20:00:57.813764'),(442,'sap_success_factors','0019_auto_20190925_0730','2019-09-25 20:00:58.014634'),(443,'schedules','0001_initial','2019-09-25 20:00:59.055891'),(444,'schedules','0002_auto_20170816_1532','2019-09-25 20:00:59.258777'),(445,'schedules','0003_scheduleconfig','2019-09-25 20:00:59.499234'),(446,'schedules','0004_auto_20170922_1428','2019-09-25 20:00:59.868115'),(447,'schedules','0005_auto_20171010_1722','2019-09-25 20:01:00.237288'),(448,'schedules','0006_scheduleexperience','2019-09-25 20:01:00.464117'),(449,'schedules','0007_scheduleconfig_hold_back_ratio','2019-09-25 20:01:00.654383'),(450,'self_paced','0001_initial','2019-09-25 20:01:00.866715'),(451,'sessions','0001_initial','2019-09-25 20:01:00.938031'),(452,'shoppingcart','0001_initial','2019-09-25 20:01:06.981937'),(453,'shoppingcart','0002_auto_20151208_1034','2019-09-25 20:01:07.224942'),(454,'shoppingcart','0003_auto_20151217_0958','2019-09-25 20:01:07.444086'),(455,'shoppingcart','0004_change_meta_options','2019-09-25 20:01:07.633148'),(456,'site_configuration','0001_initial','2019-09-25 20:01:08.282274'),(457,'site_configuration','0002_auto_20160720_0231','2019-09-25 20:01:09.376255'),(458,'default','0001_initial','2019-09-25 20:01:10.084284'),(459,'social_auth','0001_initial','2019-09-25 20:01:10.095766'),(460,'default','0002_add_related_name','2019-09-25 20:01:10.375249'),(461,'social_auth','0002_add_related_name','2019-09-25 20:01:10.386762'),(462,'default','0003_alter_email_max_length','2019-09-25 20:01:10.464492'),(463,'social_auth','0003_alter_email_max_length','2019-09-25 20:01:10.475447'),(464,'default','0004_auto_20160423_0400','2019-09-25 20:01:10.668269'),(465,'social_auth','0004_auto_20160423_0400','2019-09-25 20:01:10.679297'),(466,'social_auth','0005_auto_20160727_2333','2019-09-25 20:01:10.754090'),(467,'social_django','0006_partial','2019-09-25 20:01:10.823627'),(468,'social_django','0007_code_timestamp','2019-09-25 20:01:10.911149'),(469,'social_django','0008_partial_timestamp','2019-09-25 20:01:10.991275'),(470,'splash','0001_initial','2019-09-25 20:01:11.238675'),(471,'static_replace','0001_initial','2019-09-25 20:01:11.491671'),(472,'static_replace','0002_assetexcludedextensionsconfig','2019-09-25 20:01:11.765045'),(473,'status','0001_initial','2019-09-25 20:01:12.418070'),(474,'status','0002_update_help_text','2019-09-25 20:01:12.660690'),(475,'student','0022_indexing_in_courseenrollment','2019-09-25 20:01:12.909951'),(476,'submissions','0001_initial','2019-09-25 20:01:14.395047'),(477,'submissions','0002_auto_20151119_0913','2019-09-25 20:01:14.579559'),(478,'submissions','0003_submission_status','2019-09-25 20:01:14.676722'),(479,'submissions','0004_remove_django_extensions','2019-09-25 20:01:14.776022'),(480,'super_csv','0001_initial','2019-09-25 20:01:14.854846'),(481,'super_csv','0002_csvoperation_user','2019-09-25 20:01:15.115339'),(482,'super_csv','0003_csvoperation_original_filename','2019-09-25 20:01:15.305929'),(483,'survey','0001_initial','2019-09-25 20:01:15.741191'),(484,'system_wide_roles','0001_SystemWideRole_SystemWideRoleAssignment','2019-09-25 20:01:16.064255'),(485,'system_wide_roles','0002_add_system_wide_student_support_role','2019-09-25 20:01:16.131534'),(486,'teams','0001_initial','2019-09-25 20:01:17.041541'),(487,'theming','0001_initial','2019-09-25 20:01:17.349730'),(488,'third_party_auth','0001_initial','2019-09-25 20:01:20.400501'),(489,'third_party_auth','0002_schema__provider_icon_image','2019-09-25 20:01:22.826712'),(490,'third_party_auth','0003_samlproviderconfig_debug_mode','2019-09-25 20:01:23.299776'),(491,'third_party_auth','0004_add_visible_field','2019-09-25 20:01:26.574214'),(492,'third_party_auth','0005_add_site_field','2019-09-25 20:01:29.929721'),(493,'third_party_auth','0006_samlproviderconfig_automatic_refresh_enabled','2019-09-25 20:01:30.348357'),(494,'third_party_auth','0007_auto_20170406_0912','2019-09-25 20:01:31.209461'),(495,'third_party_auth','0008_auto_20170413_1455','2019-09-25 20:01:32.478066'),(496,'third_party_auth','0009_auto_20170415_1144','2019-09-25 20:01:34.779235'),(497,'third_party_auth','0010_add_skip_hinted_login_dialog_field','2019-09-25 20:01:36.066652'),(498,'third_party_auth','0011_auto_20170616_0112','2019-09-25 20:01:36.493790'),(499,'third_party_auth','0012_auto_20170626_1135','2019-09-25 20:01:37.798313'),(500,'third_party_auth','0013_sync_learner_profile_data','2019-09-25 20:01:40.143759'),(501,'third_party_auth','0014_auto_20171222_1233','2019-09-25 20:01:41.364329'),(502,'third_party_auth','0015_samlproviderconfig_archived','2019-09-25 20:01:41.780531'),(503,'third_party_auth','0016_auto_20180130_0938','2019-09-25 20:01:42.671278'),(504,'third_party_auth','0017_remove_icon_class_image_secondary_fields','2019-09-25 20:01:44.910635'),(505,'third_party_auth','0018_auto_20180327_1631','2019-09-25 20:01:46.213682'),(506,'third_party_auth','0019_consolidate_slug','2019-09-25 20:01:47.473415'),(507,'third_party_auth','0020_cleanup_slug_fields','2019-09-25 20:01:48.425753'),(508,'third_party_auth','0021_sso_id_verification','2019-09-25 20:01:50.792503'),(509,'third_party_auth','0022_auto_20181012_0307','2019-09-25 20:01:52.826693'),(510,'third_party_auth','0023_auto_20190418_2033','2019-09-25 20:01:54.628283'),(511,'third_party_auth','0024_fix_edit_disallowed','2019-09-25 20:01:57.067342'),(512,'track','0001_initial','2019-09-25 20:01:57.138669'),(513,'user_api','0001_initial','2019-09-25 20:02:00.702067'),(514,'user_api','0002_retirementstate_userretirementstatus','2019-09-25 20:02:01.239622'),(515,'user_api','0003_userretirementrequest','2019-09-25 20:02:01.720755'),(516,'user_api','0004_userretirementpartnerreportingstatus','2019-09-25 20:02:02.228108'),(517,'user_authn','0001_data__add_login_service','2019-09-25 20:02:02.295787'),(518,'util','0001_initial','2019-09-25 20:02:02.778157'),(519,'util','0002_data__default_rate_limit_config','2019-09-25 20:02:02.842771'),(520,'verified_track_content','0001_initial','2019-09-25 20:02:02.915349'),(521,'verified_track_content','0002_verifiedtrackcohortedcourse_verified_cohort_name','2019-09-25 20:02:03.000478'),(522,'verified_track_content','0003_migrateverifiedtrackcohortssetting','2019-09-25 20:02:03.483715'),(523,'verify_student','0001_initial','2019-09-25 20:02:08.678536'),(524,'verify_student','0002_auto_20151124_1024','2019-09-25 20:02:08.851635'),(525,'verify_student','0003_auto_20151113_1443','2019-09-25 20:02:09.030035'),(526,'verify_student','0004_delete_historical_records','2019-09-25 20:02:09.195058'),(527,'verify_student','0005_remove_deprecated_models','2019-09-25 20:02:13.213731'),(528,'verify_student','0006_ssoverification','2019-09-25 20:02:13.328997'),(529,'verify_student','0007_idverificationaggregate','2019-09-25 20:02:13.458600'),(530,'verify_student','0008_populate_idverificationaggregate','2019-09-25 20:02:13.524910'),(531,'verify_student','0009_remove_id_verification_aggregate','2019-09-25 20:02:13.785511'),(532,'verify_student','0010_manualverification','2019-09-25 20:02:13.897610'),(533,'verify_student','0011_add_fields_to_sspv','2019-09-25 20:02:14.101137'),(534,'video_config','0001_initial','2019-09-25 20:02:15.340243'),(535,'video_config','0002_coursevideotranscriptenabledflag_videotranscriptenabledflag','2019-09-25 20:02:15.575472'),(536,'video_config','0003_transcriptmigrationsetting','2019-09-25 20:02:15.719148'),(537,'video_config','0004_transcriptmigrationsetting_command_run','2019-09-25 20:02:15.847601'),(538,'video_config','0005_auto_20180719_0752','2019-09-25 20:02:16.047496'),(539,'video_config','0006_videothumbnailetting_updatedcoursevideos','2019-09-25 20:02:16.333887'),(540,'video_config','0007_videothumbnailsetting_offset','2019-09-25 20:02:16.454918'),(541,'video_config','0008_courseyoutubeblockedflag','2019-09-25 20:02:16.582803'),(542,'video_pipeline','0001_initial','2019-09-25 20:02:16.710023'),(543,'video_pipeline','0002_auto_20171114_0704','2019-09-25 20:02:16.941249'),(544,'video_pipeline','0003_coursevideouploadsenabledbydefault_videouploadsenabledbydefault','2019-09-25 20:02:17.190196'),(545,'waffle','0002_auto_20161201_0958','2019-09-25 20:02:17.277634'),(546,'waffle_utils','0001_initial','2019-09-25 20:02:17.410637'),(547,'wiki','0001_initial','2019-09-25 20:02:30.266582'),(548,'wiki','0002_remove_article_subscription','2019-09-25 20:02:30.349484'),(549,'wiki','0003_ip_address_conv','2019-09-25 20:02:31.892887'),(550,'wiki','0004_increase_slug_size','2019-09-25 20:02:32.070870'),(551,'wiki','0005_remove_attachments_and_images','2019-09-25 20:02:36.919144'),(552,'workflow','0001_initial','2019-09-25 20:02:37.157801'),(553,'workflow','0002_remove_django_extensions','2019-09-25 20:02:37.252726'),(554,'xapi','0001_initial','2019-09-25 20:02:37.799998'),(555,'xapi','0002_auto_20180726_0142','2019-09-25 20:02:38.208776'),(556,'xapi','0003_auto_20190807_1006','2019-09-25 20:02:39.293172'),(557,'xapi','0004_auto_20190830_0710','2019-09-25 20:02:39.769087'),(558,'xblock_django','0001_initial','2019-09-25 20:02:40.392842'),(559,'xblock_django','0002_auto_20160204_0809','2019-09-25 20:02:40.913959'),(560,'xblock_django','0003_add_new_config_models','2019-09-25 20:02:43.697305'),(561,'xblock_django','0004_delete_xblock_disable_config','2019-09-25 20:02:44.306203'),(562,'social_django','0002_add_related_name','2019-09-25 20:02:44.319755'),(563,'social_django','0003_alter_email_max_length','2019-09-25 20:02:44.330434'),(564,'social_django','0004_auto_20160423_0400','2019-09-25 20:02:44.341180'),(565,'social_django','0001_initial','2019-09-25 20:02:44.352267'),(566,'social_django','0005_auto_20160727_2333','2019-09-25 20:02:44.362927'),(567,'contentstore','0001_initial','2019-09-25 20:03:22.766912'),(568,'contentstore','0002_add_assets_page_flag','2019-09-25 20:03:23.757280'),(569,'contentstore','0003_remove_assets_page_flag','2019-09-25 20:03:25.178423'),(570,'contentstore','0004_remove_push_notification_configmodel_table','2019-09-25 20:03:25.690881'),(571,'course_creators','0001_initial','2019-09-25 20:03:26.174613'),(572,'tagging','0001_initial','2019-09-25 20:03:26.336783'),(573,'tagging','0002_auto_20170116_1541','2019-09-25 20:03:26.799213'),(574,'user_tasks','0001_initial','2019-09-25 20:03:27.779031'),(575,'user_tasks','0002_artifact_file_storage','2019-09-25 20:03:27.855797'),(576,'user_tasks','0003_url_max_length','2019-09-25 20:03:27.933193'),(577,'user_tasks','0004_url_textfield','2019-09-25 20:03:28.017158'),(578,'xblock_config','0001_initial','2019-09-25 20:03:28.291545'),(579,'xblock_config','0002_courseeditltifieldsenabledflag','2019-09-25 20:03:28.545098');
/*!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 2019-09-25 20:36:16