forked from openedx-unsupported/devstack
-
Notifications
You must be signed in to change notification settings - Fork 3
/
edxapp_csmh.sql
92 lines (77 loc) · 33.3 KB
/
edxapp_csmh.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
-- MySQL dump 10.13 Distrib 5.6.39, for Linux (x86_64)
--
-- Host: localhost Database: edxapp_csmh
-- ------------------------------------------------------
-- Server version 5.6.39
/*!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` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `coursewarehistoryextended_studentmodulehistoryextended_2af72f10` (`version`),
KEY `coursewarehistoryextended_studentmodulehistoryextended_e2fa5388` (`created`),
KEY `coursewarehistoryextended_student_module_id_61b23a7a1dd27fe4_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=395 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','2016-12-17 21:30:28.505194'),(2,'auth','0001_initial','2016-12-17 21:30:28.623739'),(3,'admin','0001_initial','2016-12-17 21:30:28.718110'),(4,'sites','0001_initial','2016-12-17 21:30:28.757525'),(5,'contenttypes','0002_remove_content_type_name','2016-12-17 21:30:28.927188'),(6,'api_admin','0001_initial','2016-12-17 21:30:29.051582'),(7,'api_admin','0002_auto_20160325_1604','2016-12-17 21:30:29.170420'),(8,'api_admin','0003_auto_20160404_1618','2016-12-17 21:30:29.515374'),(9,'api_admin','0004_auto_20160412_1506','2016-12-17 21:30:29.792546'),(10,'api_admin','0005_auto_20160414_1232','2016-12-17 21:30:29.895633'),(11,'api_admin','0006_catalog','2016-12-17 21:30:29.935659'),(12,'assessment','0001_initial','2016-12-17 21:30:31.459234'),(13,'assessment','0002_staffworkflow','2016-12-17 21:30:31.520779'),(14,'auth','0002_alter_permission_name_max_length','2016-12-17 21:30:31.616835'),(15,'auth','0003_alter_user_email_max_length','2016-12-17 21:30:31.733266'),(16,'auth','0004_alter_user_username_opts','2016-12-17 21:30:31.839695'),(17,'auth','0005_alter_user_last_login_null','2016-12-17 21:30:31.946886'),(18,'auth','0006_require_contenttypes_0002','2016-12-17 21:30:31.973266'),(19,'instructor_task','0001_initial','2016-12-17 21:30:32.070121'),(20,'certificates','0001_initial','2016-12-17 21:30:32.890502'),(21,'certificates','0002_data__certificatehtmlviewconfiguration_data','2016-12-17 21:30:32.955557'),(22,'certificates','0003_data__default_modes','2016-12-17 21:30:32.998844'),(23,'certificates','0004_certificategenerationhistory','2016-12-17 21:30:33.123344'),(24,'certificates','0005_auto_20151208_0801','2016-12-17 21:30:33.275835'),(25,'certificates','0006_certificatetemplateasset_asset_slug','2016-12-17 21:30:33.310157'),(26,'certificates','0007_certificateinvalidation','2016-12-17 21:30:33.444878'),(27,'badges','0001_initial','2016-12-17 21:30:33.685873'),(28,'badges','0002_data__migrate_assertions','2016-12-17 21:30:33.726406'),(29,'badges','0003_schema__add_event_configuration','2016-12-17 21:30:34.013221'),(30,'bookmarks','0001_initial','2016-12-17 21:30:34.475781'),(31,'branding','0001_initial','2016-12-17 21:30:34.793962'),(32,'course_groups','0001_initial','2016-12-17 21:30:36.088247'),(33,'bulk_email','0001_initial','2016-12-17 21:30:36.718426'),(34,'bulk_email','0002_data__load_course_email_template','2016-12-17 21:30:36.756662'),(35,'bulk_email','0003_config_model_feature_flag','2016-12-17 21:30:36.971127'),(36,'bulk_email','0004_add_email_targets','2016-12-17 21:30:37.662273'),(37,'bulk_email','0005_move_target_data','2016-12-17 21:30:37.706454'),(38,'catalog','0001_initial','2016-12-17 21:30:37.954117'),(39,'certificates','0008_schema__remove_badges','2016-12-17 21:30:38.443508'),(40,'commerce','0001_data__add_ecommerce_service_user','2016-12-17 21:30:38.499445'),(41,'commerce','0002_commerceconfiguration','2016-12-17 21:30:38.739545'),(42,'commerce','0003_auto_20160329_0709','2016-12-17 21:30:38.999318'),(43,'commerce','0004_auto_20160531_0950','2016-12-17 21:30:39.496923'),(44,'contentserver','0001_initial','2016-12-17 21:30:39.776248'),(45,'contentserver','0002_cdnuseragentsconfig','2016-12-17 21:30:40.061875'),(46,'cors_csrf','0001_initial','2016-12-17 21:30:40.308955'),(47,'course_action_state','0001_initial','2016-12-17 21:30:40.818977'),(48,'course_modes','0001_initial','2016-12-17 21:30:40.908209'),(49,'course_modes','0002_coursemode_expiration_datetime_is_explicit','2016-12-17 21:30:40.945208'),(50,'course_modes','0003_auto_20151113_1443','2016-12-17 21:30:41.000993'),(51,'course_modes','0004_auto_20151113_1457','2016-12-17 21:30:41.269098'),(52,'course_modes','0005_auto_20151217_0958','2016-12-17 21:30:41.326778'),(53,'course_modes','0006_auto_20160208_1407','2016-12-17 21:30:41.635635'),(54,'course_modes','0007_coursemode_bulk_sku','2016-12-17 21:30:41.674830'),(55,'course_overviews','0001_initial','2016-12-17 21:30:41.755403'),(56,'course_overviews','0002_add_course_catalog_fields','2016-12-17 21:30:41.939908'),(57,'course_overviews','0003_courseoverviewgeneratedhistory','2016-12-17 21:30:44.826858'),(58,'course_overviews','0004_courseoverview_org','2016-12-17 21:30:44.877007'),(59,'course_overviews','0005_delete_courseoverviewgeneratedhistory','2016-12-17 21:30:44.928707'),(60,'course_overviews','0006_courseoverviewimageset','2016-12-17 21:30:45.025353'),(61,'course_overviews','0007_courseoverviewimageconfig','2016-12-17 21:30:45.242695'),(62,'course_overviews','0008_remove_courseoverview_facebook_url','2016-12-17 21:30:45.257312'),(63,'course_overviews','0009_readd_facebook_url','2016-12-17 21:30:45.318911'),(64,'course_overviews','0010_auto_20160329_2317','2016-12-17 21:30:45.411705'),(65,'course_structures','0001_initial','2016-12-17 21:30:45.454214'),(66,'coursetalk','0001_initial','2016-12-17 21:30:45.691992'),(67,'coursetalk','0002_auto_20160325_0631','2016-12-17 21:30:45.884575'),(68,'courseware','0001_initial','2016-12-17 21:30:48.778894'),(69,'coursewarehistoryextended','0001_initial','2016-12-17 21:30:49.423427'),(70,'coursewarehistoryextended','0002_force_studentmodule_index','2016-12-17 21:30:49.784372'),(71,'credentials','0001_initial','2016-12-17 21:30:50.086610'),(72,'credentials','0002_auto_20160325_0631','2016-12-17 21:30:50.395102'),(73,'credit','0001_initial','2016-12-17 21:30:52.914182'),(74,'credit','0002_creditconfig','2016-12-17 21:30:53.351874'),(75,'credit','0003_auto_20160511_2227','2016-12-17 21:30:53.779850'),(76,'dark_lang','0001_initial','2016-12-17 21:30:54.257157'),(77,'dark_lang','0002_data__enable_on_install','2016-12-17 21:30:54.299218'),(78,'django_comment_common','0001_initial','2016-12-17 21:30:55.103249'),(79,'django_comment_common','0002_forumsconfig','2016-12-17 21:30:55.471448'),(80,'django_comment_common','0003_enable_forums','2016-12-17 21:30:55.509253'),(81,'django_comment_common','0004_auto_20161117_1209','2016-12-17 21:30:55.860866'),(82,'django_notify','0001_initial','2016-12-17 21:30:57.515091'),(83,'django_openid_auth','0001_initial','2016-12-17 21:30:57.978552'),(84,'oauth2','0001_initial','2016-12-17 21:31:00.319373'),(85,'edx_oauth2_provider','0001_initial','2016-12-17 21:31:00.949006'),(86,'edx_proctoring','0001_initial','2016-12-17 21:31:12.175564'),(87,'edx_proctoring','0002_proctoredexamstudentattempt_is_status_acknowledged','2016-12-17 21:31:13.157296'),(88,'edx_proctoring','0003_auto_20160101_0525','2016-12-17 21:31:15.129604'),(89,'edx_proctoring','0004_auto_20160201_0523','2016-12-17 21:31:16.130444'),(90,'edx_proctoring','0005_proctoredexam_hide_after_due','2016-12-17 21:31:17.113544'),(91,'edxval','0001_initial','2016-12-17 21:31:20.331618'),(92,'edxval','0002_data__default_profiles','2016-12-17 21:31:20.372665'),(93,'edxval','0003_coursevideo_is_hidden','2016-12-17 21:31:20.442999'),(94,'email_marketing','0001_initial','2016-12-17 21:31:20.805165'),(95,'email_marketing','0002_auto_20160623_1656','2016-12-17 21:31:24.227033'),(96,'email_marketing','0003_auto_20160715_1145','2016-12-17 21:31:26.533226'),(97,'embargo','0001_initial','2016-12-17 21:31:27.957969'),(98,'embargo','0002_data__add_countries','2016-12-17 21:31:28.263745'),(99,'enterprise','0001_initial','2016-12-17 21:31:28.957784'),(100,'enterprise','0002_enterprisecustomerbrandingconfiguration','2016-12-17 21:31:29.033374'),(101,'enterprise','0003_auto_20161104_0937','2016-12-17 21:31:31.101482'),(102,'enterprise','0004_auto_20161114_0434','2016-12-17 21:31:32.979171'),(103,'enterprise','0005_pendingenterprisecustomeruser','2016-12-17 21:31:33.939715'),(104,'enterprise','0006_auto_20161121_0241','2016-12-17 21:31:34.863432'),(105,'enterprise','0007_auto_20161109_1511','2016-12-17 21:31:36.779853'),(106,'enterprise','0008_auto_20161124_2355','2016-12-17 21:31:39.891187'),(107,'enterprise','0009_auto_20161130_1651','2016-12-17 21:31:46.026321'),(108,'external_auth','0001_initial','2016-12-17 21:31:48.247622'),(109,'grades','0001_initial','2016-12-17 21:31:48.439748'),(110,'grades','0002_rename_last_edited_field','2016-12-17 21:31:48.500681'),(111,'grades','0003_coursepersistentgradesflag_persistentgradesenabledflag','2016-12-17 21:31:50.765829'),(112,'grades','0004_visibleblocks_course_id','2016-12-17 21:31:50.872900'),(113,'grades','0005_multiple_course_flags','2016-12-17 21:31:52.007864'),(114,'grades','0006_persistent_course_grades','2016-12-17 21:31:52.096999'),(115,'grades','0007_add_passed_timestamp_column','2016-12-17 21:31:52.184338'),(116,'grades','0008_persistentsubsectiongrade_first_attempted','2016-12-17 21:31:52.239090'),(117,'lms_xblock','0001_initial','2016-12-17 21:31:55.865882'),(118,'microsite_configuration','0001_initial','2016-12-17 21:32:00.352651'),(119,'microsite_configuration','0002_auto_20160202_0228','2016-12-17 21:32:01.685077'),(120,'milestones','0001_initial','2016-12-17 21:32:02.357572'),(121,'milestones','0002_data__seed_relationship_types','2016-12-17 21:32:02.408134'),(122,'milestones','0003_coursecontentmilestone_requirements','2016-12-17 21:32:02.491874'),(123,'milestones','0004_auto_20151221_1445','2016-12-17 21:32:02.820002'),(124,'mobile_api','0001_initial','2016-12-17 21:32:03.575717'),(125,'mobile_api','0002_auto_20160406_0904','2016-12-17 21:32:03.684343'),(126,'notes','0001_initial','2016-12-17 21:32:04.599778'),(127,'oauth2','0002_auto_20160404_0813','2016-12-17 21:32:07.890890'),(128,'oauth2','0003_client_logout_uri','2016-12-17 21:32:08.977788'),(129,'oauth2','0004_add_index_on_grant_expires','2016-12-17 21:32:10.045008'),(130,'oauth2_provider','0001_initial','2016-12-17 21:32:14.596267'),(131,'oauth2_provider','0002_08_updates','2016-12-17 21:32:18.200314'),(132,'oauth_dispatch','0001_initial','2016-12-17 21:32:19.485230'),(133,'oauth_provider','0001_initial','2016-12-17 21:32:22.141621'),(134,'organizations','0001_initial','2016-12-17 21:32:22.298715'),(135,'problem_builder','0001_initial','2016-12-17 21:32:22.399239'),(136,'problem_builder','0002_auto_20160121_1525','2016-12-17 21:32:24.999678'),(137,'problem_builder','0003_auto_20161124_0755','2016-12-17 21:32:25.109541'),(138,'programs','0001_initial','2016-12-17 21:32:26.490436'),(139,'programs','0002_programsapiconfig_cache_ttl','2016-12-17 21:32:27.857435'),(140,'programs','0003_auto_20151120_1613','2016-12-17 21:32:34.236406'),(141,'programs','0004_programsapiconfig_enable_certification','2016-12-17 21:32:34.812108'),(142,'programs','0005_programsapiconfig_max_retries','2016-12-17 21:32:35.393887'),(143,'programs','0006_programsapiconfig_xseries_ad_enabled','2016-12-17 21:32:36.077073'),(144,'programs','0007_programsapiconfig_program_listing_enabled','2016-12-17 21:32:36.864433'),(145,'programs','0008_programsapiconfig_program_details_enabled','2016-12-17 21:32:37.620230'),(146,'programs','0009_programsapiconfig_marketing_path','2016-12-17 21:32:38.515400'),(147,'redirects','0001_initial','2016-12-17 21:32:39.643958'),(148,'rss_proxy','0001_initial','2016-12-17 21:32:39.704874'),(149,'self_paced','0001_initial','2016-12-17 21:32:40.875492'),(150,'sessions','0001_initial','2016-12-17 21:32:40.945170'),(151,'student','0001_initial','2016-12-17 21:33:21.977963'),(152,'shoppingcart','0001_initial','2016-12-17 21:33:50.995529'),(153,'shoppingcart','0002_auto_20151208_1034','2016-12-17 21:33:55.329721'),(154,'shoppingcart','0003_auto_20151217_0958','2016-12-17 21:33:59.912392'),(155,'site_configuration','0001_initial','2016-12-17 21:34:04.677398'),(156,'site_configuration','0002_auto_20160720_0231','2016-12-17 21:34:08.729573'),(157,'default','0001_initial','2016-12-17 21:34:16.891351'),(158,'default','0002_add_related_name','2016-12-17 21:34:17.664617'),(159,'default','0003_alter_email_max_length','2016-12-17 21:34:17.732051'),(160,'default','0004_auto_20160423_0400','2016-12-17 21:34:18.476339'),(161,'social_auth','0005_auto_20160727_2333','2016-12-17 21:34:18.549133'),(162,'splash','0001_initial','2016-12-17 21:34:19.396195'),(163,'static_replace','0001_initial','2016-12-17 21:34:20.198862'),(164,'static_replace','0002_assetexcludedextensionsconfig','2016-12-17 21:34:21.005088'),(165,'status','0001_initial','2016-12-17 21:34:22.770434'),(166,'student','0002_auto_20151208_1034','2016-12-17 21:34:24.545829'),(167,'student','0003_auto_20160516_0938','2016-12-17 21:34:27.160603'),(168,'student','0004_auto_20160531_1422','2016-12-17 21:34:28.693959'),(169,'student','0005_auto_20160531_1653','2016-12-17 21:34:30.308549'),(170,'student','0006_logoutviewconfiguration','2016-12-17 21:34:31.957635'),(171,'student','0007_registrationcookieconfiguration','2016-12-17 21:34:33.555787'),(172,'student','0008_auto_20161117_1209','2016-12-17 21:34:35.170434'),(173,'submissions','0001_initial','2016-12-17 21:34:35.740972'),(174,'submissions','0002_auto_20151119_0913','2016-12-17 21:34:36.022354'),(175,'submissions','0003_submission_status','2016-12-17 21:34:36.139134'),(176,'survey','0001_initial','2016-12-17 21:34:38.285443'),(177,'teams','0001_initial','2016-12-17 21:34:47.967805'),(178,'theming','0001_initial','2016-12-17 21:34:50.933332'),(179,'third_party_auth','0001_initial','2016-12-17 21:35:03.447321'),(180,'third_party_auth','0002_schema__provider_icon_image','2016-12-17 21:35:12.758783'),(181,'third_party_auth','0003_samlproviderconfig_debug_mode','2016-12-17 21:35:14.707968'),(182,'third_party_auth','0004_add_visible_field','2016-12-17 21:35:27.189553'),(183,'third_party_auth','0005_add_site_field','2016-12-17 21:35:37.943161'),(184,'track','0001_initial','2016-12-17 21:35:38.014287'),(185,'user_api','0001_initial','2016-12-17 21:35:53.143605'),(186,'util','0001_initial','2016-12-17 21:35:55.990480'),(187,'util','0002_data__default_rate_limit_config','2016-12-17 21:35:59.057428'),(188,'verified_track_content','0001_initial','2016-12-17 21:35:59.137003'),(189,'verified_track_content','0002_verifiedtrackcohortedcourse_verified_cohort_name','2016-12-17 21:35:59.232551'),(190,'verify_student','0001_initial','2016-12-17 21:36:13.458907'),(191,'verify_student','0002_auto_20151124_1024','2016-12-17 21:36:15.306038'),(192,'verify_student','0003_auto_20151113_1443','2016-12-17 21:36:17.179714'),(193,'wiki','0001_initial','2016-12-17 21:37:44.962002'),(194,'wiki','0002_remove_article_subscription','2016-12-17 21:37:45.100781'),(195,'wiki','0003_ip_address_conv','2016-12-17 21:38:02.005894'),(196,'wiki','0004_increase_slug_size','2016-12-17 21:38:07.575914'),(197,'workflow','0001_initial','2016-12-17 21:38:08.029907'),(198,'xblock_django','0001_initial','2016-12-17 21:38:14.509477'),(199,'xblock_django','0002_auto_20160204_0809','2016-12-17 21:38:19.652694'),(200,'xblock_django','0003_add_new_config_models','2016-12-17 21:38:38.326768'),(201,'xblock_django','0004_delete_xblock_disable_config','2016-12-17 21:38:42.344189'),(202,'social_auth','0001_initial','2016-12-17 21:38:42.365949'),(203,'social_auth','0003_alter_email_max_length','2016-12-17 21:38:42.382541'),(204,'social_auth','0002_add_related_name','2016-12-17 21:38:42.398242'),(205,'social_auth','0004_auto_20160423_0400','2016-12-17 21:38:42.415512'),(206,'contentstore','0001_initial','2016-12-17 21:39:54.291871'),(207,'course_creators','0001_initial','2016-12-17 21:39:54.385436'),(208,'tagging','0001_initial','2016-12-17 21:39:54.472126'),(209,'user_tasks','0001_initial','2016-12-17 21:39:55.400065'),(210,'user_tasks','0002_artifact_file_storage','2016-12-17 21:39:55.659426'),(211,'xblock_config','0001_initial','2016-12-17 21:39:55.979871'),(212,'bulk_email','0006_course_mode_targets','2017-02-24 14:40:01.890405'),(213,'catalog','0002_catalogintegration_username','2017-02-24 14:40:02.571142'),(214,'celery_utils','0001_initial','2017-02-24 14:40:02.622527'),(215,'commerce','0005_commerceconfiguration_enable_automatic_refund_approval','2017-02-24 14:40:02.750240'),(216,'crawlers','0001_initial','2017-02-24 14:40:02.961435'),(217,'database_fixups','0001_initial','2017-02-24 14:40:02.994754'),(218,'email_marketing','0004_emailmarketingconfiguration_welcome_email_send_delay','2017-02-24 14:40:03.303394'),(219,'enterprise','0010_auto_20161222_1212','2017-02-24 14:40:04.224293'),(220,'enterprise','0011_enterprisecustomerentitlement_historicalenterprisecustomerentitlement','2017-02-24 14:40:05.141731'),(221,'enterprise','0012_auto_20170125_1033','2017-02-24 14:40:06.002155'),(222,'enterprise','0013_auto_20170125_1157','2017-02-24 14:40:07.968592'),(223,'enterprise','0014_enrollmentnotificationemailtemplate_historicalenrollmentnotificationemailtemplate','2017-02-24 14:40:09.029173'),(224,'enterprise','0015_auto_20170130_0003','2017-02-24 14:40:10.146783'),(225,'grades','0009_auto_20170111_1507','2017-02-24 14:40:10.221178'),(226,'grades','0010_auto_20170112_1156','2017-02-24 14:40:10.280317'),(227,'grades','0011_null_edited_time','2017-02-24 14:40:10.397467'),(228,'mobile_api','0003_ignore_mobile_available_flag','2017-02-24 14:40:11.589749'),(229,'organizations','0002_auto_20170117_1434','2017-02-24 14:40:11.665179'),(230,'programs','0010_auto_20170204_2332','2017-02-24 14:40:12.996759'),(231,'student','0009_auto_20170111_0422','2017-02-24 14:40:14.323468'),(232,'student','0010_auto_20170207_0458','2017-02-24 14:40:14.344823'),(233,'waffle','0001_initial','2017-02-24 14:40:16.166270'),(234,'tagging','0002_auto_20170116_1541','2017-02-24 14:40:31.691923'),(235,'block_structure','0001_config','2017-06-07 00:41:56.912211'),(236,'block_structure','0002_blockstructuremodel','2017-06-07 00:41:56.929927'),(237,'block_structure','0003_blockstructuremodel_storage','2017-06-07 00:41:56.948713'),(238,'block_structure','0004_blockstructuremodel_usagekeywithrun','2017-06-07 00:41:56.968053'),(239,'catalog','0003_catalogintegration_page_size','2017-06-07 00:41:57.101898'),(240,'commerce','0006_auto_20170424_1734','2017-06-07 00:41:57.231830'),(241,'course_groups','0002_change_inline_default_cohort_value','2017-06-07 00:41:57.254874'),(242,'course_overviews','0011_courseoverview_marketing_url','2017-06-07 00:41:57.288204'),(243,'course_overviews','0012_courseoverview_eligible_for_financial_aid','2017-06-07 00:41:57.318770'),(244,'crawlers','0002_auto_20170419_0018','2017-06-07 00:41:57.493782'),(245,'credentials','0003_auto_20170525_1109','2017-06-07 00:41:57.863755'),(246,'edxval','0004_data__add_hls_profile','2017-06-07 00:41:57.890060'),(247,'enterprise','0016_auto_20170405_0647','2017-06-07 00:42:05.513585'),(248,'enterprise','0017_auto_20170508_1341','2017-06-07 00:42:07.319586'),(249,'enterprise','0018_auto_20170511_1357','2017-06-07 00:42:08.329530'),(250,'grades','0012_computegradessetting','2017-06-07 00:42:08.883023'),(251,'instructor_task','0002_gradereportsetting','2017-06-07 00:42:09.455874'),(252,'integrated_channel','0001_initial','2017-06-07 00:42:10.318729'),(253,'organizations','0003_auto_20170221_1138','2017-06-07 00:42:10.407016'),(254,'organizations','0004_auto_20170413_2315','2017-06-07 00:42:10.506581'),(255,'programs','0011_auto_20170301_1844','2017-06-07 00:42:18.469507'),(256,'programs','0012_auto_20170419_0018','2017-06-07 00:42:18.992727'),(257,'sap_success_factors','0001_initial','2017-06-07 00:42:20.778073'),(258,'sap_success_factors','0002_auto_20170224_1545','2017-06-07 00:42:25.335576'),(259,'sap_success_factors','0003_auto_20170317_1402','2017-06-07 00:42:26.678295'),(260,'sap_success_factors','0004_catalogtransmissionaudit_audit_summary','2017-06-07 00:42:26.718445'),(261,'third_party_auth','0006_samlproviderconfig_automatic_refresh_enabled','2017-06-07 00:42:27.693909'),(262,'third_party_auth','0007_auto_20170406_0912','2017-06-07 00:42:29.728166'),(263,'third_party_auth','0008_auto_20170413_1455','2017-06-07 00:42:33.476214'),(264,'third_party_auth','0009_auto_20170415_1144','2017-06-07 00:42:36.306225'),(265,'third_party_auth','0010_add_skip_hinted_login_dialog_field','2017-06-07 00:42:39.510027'),(266,'video_config','0001_initial','2017-06-07 00:42:42.571496'),(267,'waffle_utils','0001_initial','2017-06-07 00:42:43.551806'),(268,'xblock_config','0002_courseeditltifieldsenabledflag','2017-06-07 00:43:00.141393'),(269,'assessment','0003_expand_course_id','2017-06-21 15:59:23.423610'),(270,'course_overviews','0013_courseoverview_language','2017-06-21 15:59:23.452240'),(271,'django_comment_common','0005_coursediscussionsettings','2017-06-21 15:59:23.476561'),(272,'enterprise','0019_auto_20170606_1853','2017-06-21 15:59:24.532560'),(273,'experiments','0001_initial','2017-06-21 15:59:25.605011'),(274,'third_party_auth','0011_auto_20170616_0112','2017-06-21 15:59:26.432624'),(275,'catalog','0004_auto_20170616_0618','2017-06-21 16:23:07.908612'),(276,'djcelery','0001_initial','2017-06-21 16:23:08.134126'),(277,'celery_utils','0002_chordable_django_backend','2017-06-21 16:23:08.453314'),(278,'course_groups','0003_auto_20170609_1455','2017-06-21 16:23:08.807912'),(279,'social_django','0006_partial','2017-06-21 16:23:08.867575'),(280,'social_django','0002_add_related_name','2017-06-21 16:23:08.873879'),(281,'social_django','0003_alter_email_max_length','2017-06-21 16:23:08.878224'),(282,'social_django','0001_initial','2017-06-21 16:23:08.880232'),(283,'social_django','0004_auto_20160423_0400','2017-06-21 16:23:08.884264'),(284,'social_django','0005_auto_20160727_2333','2017-06-21 16:23:08.887324'),(285,'api_admin','0007_delete_historical_api_records','2018-01-31 21:10:03.128089'),(286,'catalog','0005_catalogintegration_long_term_cache_ttl','2018-01-31 21:10:03.248668'),(287,'certificates','0009_certificategenerationcoursesetting_language_self_generation','2018-01-31 21:10:03.315319'),(288,'certificates','0010_certificatetemplate_language','2018-01-31 21:10:03.334495'),(289,'certificates','0011_certificatetemplate_alter_unique','2018-01-31 21:10:03.365571'),(290,'certificates','0012_certificategenerationcoursesetting_include_hours_of_effort','2018-01-31 21:10:03.385655'),(291,'certificates','0013_remove_certificategenerationcoursesetting_enabled','2018-01-31 21:10:03.403290'),(292,'completion','0001_initial','2018-01-31 21:10:03.792509'),(293,'enterprise','0020_auto_20170624_2316','2018-01-31 21:10:04.676616'),(294,'enterprise','0021_auto_20170711_0712','2018-01-31 21:10:05.614724'),(295,'enterprise','0022_auto_20170720_1543','2018-01-31 21:10:06.014817'),(296,'enterprise','0023_audit_data_reporting_flag','2018-01-31 21:10:06.375282'),(297,'enterprise','0024_enterprisecustomercatalog_historicalenterprisecustomercatalog','2018-01-31 21:10:06.790389'),(298,'consent','0001_initial','2018-01-31 21:10:07.437901'),(299,'consent','0002_migrate_to_new_data_sharing_consent','2018-01-31 21:10:07.460286'),(300,'consent','0003_historicaldatasharingconsent_history_change_reason','2018-01-31 21:10:07.678659'),(301,'course_goals','0001_initial','2018-01-31 21:10:08.147799'),(302,'course_goals','0002_auto_20171010_1129','2018-01-31 21:10:08.377430'),(303,'course_modes','0008_course_key_field_to_foreign_key','2018-01-31 21:10:11.306006'),(304,'course_modes','0009_suggested_prices_to_charfield','2018-01-31 21:10:11.496625'),(305,'course_modes','0010_archived_suggested_prices_to_charfield','2018-01-31 21:10:11.525478'),(306,'course_overviews','0014_courseoverview_certificate_available_date','2018-01-31 21:10:11.711803'),(307,'courseware','0002_coursedynamicupgradedeadlineconfiguration_dynamicupgradedeadlineconfiguration','2018-01-31 21:10:12.152262'),(308,'courseware','0003_auto_20170825_0935','2018-01-31 21:10:12.369095'),(309,'courseware','0004_auto_20171010_1639','2018-01-31 21:10:12.597726'),(310,'courseware','0005_orgdynamicupgradedeadlineconfiguration','2018-01-31 21:10:13.056211'),(311,'credit','0004_delete_historical_credit_records','2018-01-31 21:10:14.191316'),(312,'enterprise','0025_auto_20170828_1412','2018-01-31 21:10:15.758040'),(313,'enterprise','0026_make_require_account_level_consent_nullable','2018-01-31 21:10:16.283399'),(314,'enterprise','0027_remove_account_level_consent','2018-01-31 21:10:18.227818'),(315,'enterprise','0028_link_enterprise_to_enrollment_template','2018-01-31 21:10:19.126517'),(316,'enterprise','0029_auto_20170925_1909','2018-01-31 21:10:19.431542'),(317,'enterprise','0030_auto_20171005_1600','2018-01-31 21:10:20.057515'),(318,'enterprise','0031_auto_20171012_1249','2018-01-31 21:10:20.776185'),(319,'enterprise','0032_reporting_model','2018-01-31 21:10:21.179645'),(320,'enterprise','0033_add_history_change_reason_field','2018-01-31 21:10:23.278172'),(321,'enterprise','0034_auto_20171023_0727','2018-01-31 21:10:26.024342'),(322,'degreed','0001_initial','2018-01-31 21:10:26.852001'),(323,'degreed','0002_auto_20180104_0103','2018-01-31 21:10:27.730266'),(324,'degreed','0003_auto_20180109_0712','2018-01-31 21:10:28.315615'),(325,'edxval','0005_videoimage','2018-01-31 21:10:28.366969'),(326,'edxval','0006_auto_20171009_0725','2018-01-31 21:10:28.467558'),(327,'edxval','0007_transcript_credentials_state','2018-01-31 21:10:28.535598'),(328,'edxval','0008_remove_subtitles','2018-01-31 21:10:28.622223'),(329,'edxval','0009_auto_20171127_0406','2018-01-31 21:10:28.660619'),(330,'edxval','0010_add_video_as_foreign_key','2018-01-31 21:10:28.840134'),(331,'email_marketing','0005_emailmarketingconfiguration_user_registration_cookie_timeout_delay','2018-01-31 21:10:29.257752'),(332,'email_marketing','0006_auto_20170711_0615','2018-01-31 21:10:29.665435'),(333,'email_marketing','0007_auto_20170809_0653','2018-01-31 21:10:30.918762'),(334,'email_marketing','0008_auto_20170809_0539','2018-01-31 21:10:30.947437'),(335,'email_marketing','0009_remove_emailmarketingconfiguration_sailthru_activation_template','2018-01-31 21:10:31.364429'),(336,'enterprise','0035_auto_20171212_1129','2018-01-31 21:10:32.255864'),(337,'enterprise','0036_sftp_reporting_support','2018-01-31 21:10:36.592483'),(338,'enterprise','0037_auto_20180110_0450','2018-01-31 21:10:38.014017'),(339,'enterprise','0038_auto_20180122_1427','2018-01-31 21:10:39.465581'),(340,'enterprise','0039_auto_20180129_1034','2018-01-31 21:10:40.953939'),(341,'enterprise','0040_auto_20180129_1428','2018-01-31 21:10:44.505362'),(342,'student','0011_course_key_field_to_foreign_key','2018-01-31 21:10:49.625892'),(343,'student','0012_sociallink','2018-01-31 21:10:50.435935'),(344,'student','0013_delete_historical_enrollment_records','2018-01-31 21:10:53.127661'),(345,'entitlements','0001_initial','2018-01-31 21:10:53.946844'),(346,'entitlements','0002_auto_20171102_0719','2018-01-31 21:10:57.585008'),(347,'entitlements','0003_auto_20171205_1431','2018-01-31 21:11:01.376311'),(348,'entitlements','0004_auto_20171206_1729','2018-01-31 21:11:02.310602'),(349,'experiments','0002_auto_20170627_1402','2018-01-31 21:11:02.384091'),(350,'experiments','0003_auto_20170713_1148','2018-01-31 21:11:02.424697'),(351,'grades','0013_persistentsubsectiongradeoverride','2018-01-31 21:11:02.485561'),(352,'sap_success_factors','0005_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason','2018-01-31 21:11:03.522185'),(353,'sap_success_factors','0006_sapsuccessfactors_use_enterprise_enrollment_page_waffle_flag','2018-01-31 21:11:03.558255'),(354,'sap_success_factors','0007_remove_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason','2018-01-31 21:11:04.603921'),(355,'sap_success_factors','0008_historicalsapsuccessfactorsenterprisecustomerconfiguration_history_change_reason','2018-01-31 21:11:05.655596'),(356,'sap_success_factors','0009_sapsuccessfactors_remove_enterprise_enrollment_page_waffle_flag','2018-01-31 21:11:05.695587'),(357,'sap_success_factors','0010_move_audit_tables_to_base_integrated_channel','2018-01-31 21:11:07.849753'),(358,'integrated_channel','0002_delete_enterpriseintegratedchannel','2018-01-31 21:11:07.886658'),(359,'integrated_channel','0003_catalogtransmissionaudit_learnerdatatransmissionaudit','2018-01-31 21:11:07.964634'),(360,'integrated_channel','0004_catalogtransmissionaudit_channel','2018-01-31 21:11:08.005422'),(361,'microsite_configuration','0003_delete_historical_records','2018-01-31 21:11:10.646464'),(362,'oauth2','0005_grant_nonce','2018-01-31 21:11:11.410102'),(363,'oauth2_provider','0003_auto_20160316_1503','2018-01-31 21:11:12.296267'),(364,'oauth2_provider','0004_auto_20160525_1623','2018-01-31 21:11:15.249014'),(365,'organizations','0005_auto_20171116_0640','2018-01-31 21:11:15.307936'),(366,'organizations','0006_auto_20171207_0259','2018-01-31 21:11:15.368677'),(367,'problem_builder','0004_copy_course_ids','2018-01-31 21:11:15.409827'),(368,'problem_builder','0005_auto_20170112_1021','2018-01-31 21:11:15.510212'),(369,'problem_builder','0006_remove_deprecated_course_id','2018-01-31 21:11:15.601222'),(370,'sap_success_factors','0011_auto_20180104_0103','2018-01-31 21:11:33.159895'),(371,'sap_success_factors','0012_auto_20180109_0712','2018-01-31 21:11:35.201615'),(372,'schedules','0001_initial','2018-01-31 21:11:36.244987'),(373,'schedules','0002_auto_20170816_1532','2018-01-31 21:11:38.522084'),(374,'schedules','0003_scheduleconfig','2018-01-31 21:11:39.652134'),(375,'schedules','0004_auto_20170922_1428','2018-01-31 21:11:41.947970'),(376,'schedules','0005_auto_20171010_1722','2018-01-31 21:11:44.336964'),(377,'schedules','0006_scheduleexperience','2018-01-31 21:11:45.552565'),(378,'schedules','0007_scheduleconfig_hold_back_ratio','2018-01-31 21:11:46.810856'),(379,'submissions','0004_remove_django_extensions','2018-01-31 21:11:46.894885'),(380,'third_party_auth','0012_auto_20170626_1135','2018-01-31 21:11:51.802632'),(381,'third_party_auth','0013_sync_learner_profile_data','2018-01-31 21:11:58.575122'),(382,'third_party_auth','0014_auto_20171222_1233','2018-01-31 21:12:00.932478'),(383,'third_party_auth','0015_samlproviderconfig_archived','2018-01-31 21:12:01.853157'),(384,'third_party_auth','0016_auto_20180130_0938','2018-01-31 21:12:04.146730'),(385,'verified_track_content','0003_migrateverifiedtrackcohortssetting','2018-01-31 21:12:05.361708'),(386,'verify_student','0004_delete_historical_records','2018-01-31 21:12:06.720185'),(387,'video_config','0002_coursevideotranscriptenabledflag_videotranscriptenabledflag','2018-01-31 21:12:09.325800'),(388,'video_pipeline','0001_initial','2018-01-31 21:12:10.672470'),(389,'video_pipeline','0002_auto_20171114_0704','2018-01-31 21:12:13.710510'),(390,'video_pipeline','0003_coursevideouploadsenabledbydefault_videouploadsenabledbydefault','2018-01-31 21:12:16.908108'),(391,'waffle','0002_auto_20161201_0958','2018-01-31 21:12:16.972566'),(392,'wiki','0005_remove_attachments_and_images','2018-01-31 21:12:26.552062'),(393,'workflow','0002_remove_django_extensions','2018-01-31 21:12:26.626360'),(394,'contentstore','0002_add_assets_page_flag','2018-01-31 21:12:52.166018');
/*!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 2018-01-31 21:37:17