This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 423
/
edxapp_csmh.sql
93 lines (78 loc) · 82.8 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.39, for Linux (x86_64)
--
-- Host: localhost Database: edxapp_csmh
-- ------------------------------------------------------
-- Server version 5.7.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` 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=979 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','2023-02-21 14:12:20.526440'),(2,'auth','0001_initial','2023-02-21 14:12:20.551281'),(3,'admin','0001_initial','2023-02-21 14:12:20.566918'),(4,'admin','0002_logentry_remove_auto_add','2023-02-21 14:12:20.579303'),(5,'admin','0003_logentry_add_action_flag_choices','2023-02-21 14:12:20.592109'),(6,'agreements','0001_initial','2023-02-21 14:12:20.604786'),(7,'announcements','0001_initial','2023-02-21 14:12:20.610168'),(8,'sites','0001_initial','2023-02-21 14:12:20.615628'),(9,'contenttypes','0002_remove_content_type_name','2023-02-21 14:12:20.634941'),(10,'api_admin','0001_initial','2023-02-21 14:12:20.661104'),(11,'api_admin','0002_auto_20160325_1604','2023-02-21 14:12:20.667408'),(12,'api_admin','0003_auto_20160404_1618','2023-02-21 14:12:20.740878'),(13,'api_admin','0004_auto_20160412_1506','2023-02-21 14:12:20.795883'),(14,'api_admin','0005_auto_20160414_1232','2023-02-21 14:12:20.813593'),(15,'api_admin','0006_catalog','2023-02-21 14:12:20.820749'),(16,'api_admin','0007_delete_historical_api_records','2023-02-21 14:12:20.875116'),(17,'assessment','0001_initial','2023-02-21 14:12:21.019544'),(18,'assessment','0002_staffworkflow','2023-02-21 14:12:21.026771'),(19,'assessment','0003_expand_course_id','2023-02-21 14:12:21.042556'),(20,'assessment','0004_historicalsharedfileupload_sharedfileupload','2023-02-21 14:12:21.062201'),(21,'assessment','0005_add_filename_to_sharedupload','2023-02-21 14:12:21.080289'),(22,'assessment','0006_TeamWorkflows','2023-02-21 14:12:21.089331'),(23,'assessment','0007_staff_workflow_blank','2023-02-21 14:12:21.116431'),(24,'auth','0002_alter_permission_name_max_length','2023-02-21 14:12:21.132513'),(25,'auth','0003_alter_user_email_max_length','2023-02-21 14:12:21.147772'),(26,'auth','0004_alter_user_username_opts','2023-02-21 14:12:21.164028'),(27,'auth','0005_alter_user_last_login_null','2023-02-21 14:12:21.180622'),(28,'auth','0006_require_contenttypes_0002','2023-02-21 14:12:21.184309'),(29,'auth','0007_alter_validators_add_error_messages','2023-02-21 14:12:21.201146'),(30,'auth','0008_alter_user_username_max_length','2023-02-21 14:12:21.218121'),(31,'auth','0009_alter_user_last_name_max_length','2023-02-21 14:12:21.233425'),(32,'auth','0010_alter_group_name_max_length','2023-02-21 14:12:21.252496'),(33,'auth','0011_update_proxy_permissions','2023-02-21 14:12:21.257696'),(34,'auth','0012_alter_user_first_name_max_length','2023-02-21 14:12:21.272746'),(35,'instructor_task','0001_initial','2023-02-21 14:12:21.290501'),(36,'certificates','0001_initial','2023-02-21 14:12:21.448914'),(37,'certificates','0002_data__certificatehtmlviewconfiguration_data','2023-02-21 14:12:21.455450'),(38,'certificates','0003_data__default_modes','2023-02-21 14:12:21.460855'),(39,'certificates','0004_certificategenerationhistory','2023-02-21 14:12:21.484612'),(40,'certificates','0005_auto_20151208_0801','2023-02-21 14:12:21.507361'),(41,'certificates','0006_certificatetemplateasset_asset_slug','2023-02-21 14:12:21.513682'),(42,'certificates','0007_certificateinvalidation','2023-02-21 14:12:21.540550'),(43,'badges','0001_initial','2023-02-21 14:12:21.588515'),(44,'badges','0002_data__migrate_assertions','2023-02-21 14:12:21.595088'),(45,'badges','0003_schema__add_event_configuration','2023-02-21 14:12:21.626245'),(46,'badges','0004_badgeclass_badgr_server_slug','2023-02-21 14:12:21.635536'),(47,'waffle','0001_initial','2023-02-21 14:12:21.672416'),(48,'sites','0002_alter_domain_unique','2023-02-21 14:12:21.681277'),(49,'enterprise','0001_squashed_0092_auto_20200312_1650','2023-02-21 14:12:23.191206'),(50,'enterprise','0093_add_use_enterprise_catalog_flag','2023-02-21 14:12:23.201722'),(51,'enterprise','0094_add_use_enterprise_catalog_sample','2023-02-21 14:12:23.212307'),(52,'integrated_channel','0001_squashed_0007_auto_20190925_0730','2023-02-21 14:12:23.309602'),(53,'integrated_channel','0002_learnerdatatransmissionaudit_subsection_id','2023-02-21 14:12:23.319002'),(54,'integrated_channel','0003_contentmetadataitemtransmission_content_last_changed','2023-02-21 14:12:23.350743'),(55,'integrated_channel','0004_contentmetadataitemtransmission_enterprise_customer_catalog_uuid','2023-02-21 14:12:23.387175'),(56,'integrated_channel','0005_auto_20211005_1052','2023-02-21 14:12:23.422373'),(57,'integrated_channel','0006_contentmetadataitemtransmission_deleted_at','2023-02-21 14:12:23.458918'),(58,'integrated_channel','0007_delete_learnerdatatransmissionaudit','2023-02-21 14:12:23.465264'),(59,'integrated_channel','0008_genericlearnerdatatransmissionaudit','2023-02-21 14:12:23.474143'),(60,'integrated_channel','0009_auto_20220325_1757','2023-02-21 14:12:23.487642'),(61,'enterprise','0095_auto_20200507_1138','2023-02-21 14:12:23.594737'),(62,'enterprise','0096_enterprise_catalog_admin_role','2023-02-21 14:12:23.600818'),(63,'enterprise','0097_auto_20200619_1130','2023-02-21 14:12:23.756480'),(64,'enterprise','0098_auto_20200629_1756','2023-02-21 14:12:23.845884'),(65,'enterprise','0099_auto_20200702_1537','2023-02-21 14:12:23.937245'),(66,'enterprise','0100_add_licensed_enterprise_course_enrollment','2023-02-21 14:12:24.095644'),(67,'enterprise','0101_move_data_to_saved_for_later','2023-02-21 14:12:24.104185'),(68,'enterprise','0102_auto_20200708_1615','2023-02-21 14:12:24.512983'),(69,'enterprise','0103_remove_marked_done','2023-02-21 14:12:24.609723'),(70,'enterprise','0104_sync_query_field','2023-02-21 14:12:24.721181'),(71,'enterprise','0105_add_branding_config_color_fields','2023-02-21 14:12:24.818629'),(72,'enterprise','0106_move_branding_config_colors','2023-02-21 14:12:24.825406'),(73,'enterprise','0107_remove_branding_config_banner_fields','2023-02-21 14:12:24.891154'),(74,'enterprise','0108_add_licensed_enrollment_is_revoked','2023-02-21 14:12:24.953307'),(75,'enterprise','0109_remove_use_enterprise_catalog_sample','2023-02-21 14:12:24.960851'),(76,'enterprise','0110_add_default_contract_discount','2023-02-21 14:12:25.070568'),(77,'enterprise','0111_pendingenterprisecustomeradminuser','2023-02-21 14:12:25.224868'),(78,'enterprise','0112_auto_20200914_0926','2023-02-21 14:12:25.337310'),(79,'enterprise','0113_auto_20200914_2054','2023-02-21 14:12:25.433026'),(80,'enterprise','0114_auto_20201020_0142','2023-02-21 14:12:25.596458'),(81,'enterprise','0115_enterpriseanalyticsuser_historicalenterpriseanalyticsuser','2023-02-21 14:12:25.755026'),(82,'enterprise','0116_auto_20201116_0400','2023-02-21 14:12:25.792398'),(83,'enterprise','0116_auto_20201208_1759','2023-02-21 14:12:25.909927'),(84,'enterprise','0117_auto_20201215_0258','2023-02-21 14:12:25.994945'),(85,'enterprise','unique_constraints_pending_users','2023-02-21 14:12:26.343828'),(86,'enterprise','0001_auto_20210111_1253','2023-02-21 14:12:26.455072'),(87,'enterprise','0120_systemwiderole_applies_to_all_contexts','2023-02-21 14:12:26.823676'),(88,'enterprise','0121_systemwiderole_add_ent_cust_field','2023-02-21 14:12:26.910665'),(89,'enterprise','0122_remove_field_sync_enterprise_catalog_query','2023-02-21 14:12:27.019661'),(90,'enterprise','0123_enterprisecustomeridentityprovider_default_provider','2023-02-21 14:12:27.057347'),(91,'enterprise','0124_auto_20210301_1309','2023-02-21 14:12:27.173299'),(92,'enterprise','0125_add_config_for_role_assign_backfill','2023-02-21 14:12:27.258218'),(93,'enterprise','0126_auto_20210308_1522','2023-02-21 14:12:27.355022'),(94,'enterprise','0127_enterprisecatalogquery_uuid','2023-02-21 14:12:27.368168'),(95,'enterprise','0128_enterprisecatalogquery_generate_uuids','2023-02-21 14:12:27.375098'),(96,'enterprise','0129_enterprisecatalogquery_uuid_unique','2023-02-21 14:12:27.385565'),(97,'enterprise','0130_lms_customer_lp_search_help_text','2023-02-21 14:12:27.502832'),(98,'enterprise','0131_auto_20210517_0924','2023-02-21 14:12:27.618384'),(99,'enterprise','0132_auto_20210608_1921','2023-02-21 14:12:27.812069'),(100,'enterprise','0133_auto_20210608_1931','2023-02-21 14:12:27.818973'),(101,'enterprise','0134_enterprisecustomerreportingconfiguration_enable_compression','2023-02-21 14:12:27.862792'),(102,'enterprise','0135_adminnotification_adminnotificationfilter_adminnotificationread','2023-02-21 14:12:27.971885'),(103,'enterprise','0136_auto_20210629_2129','2023-02-21 14:12:28.242965'),(104,'enterprise','0137_enrollment_email_update','2023-02-21 14:12:28.250086'),(105,'enterprise','0138_bulkcatalogqueryupdatecommandconfiguration','2023-02-21 14:12:28.338576'),(106,'enterprise','0139_auto_20210803_1854','2023-02-21 14:12:28.368520'),(107,'enterprise','0140_update_enrollment_sources','2023-02-21 14:12:28.374965'),(108,'enterprise','0141_make_enterprisecatalogquery_title_unique','2023-02-21 14:12:28.389857'),(109,'enterprise','0142_auto_20210907_2059','2023-02-21 14:12:28.430143'),(110,'enterprise','0143_auto_20210908_0559','2023-02-21 14:12:28.763095'),(111,'enterprise','0144_auto_20211011_1030','2023-02-21 14:12:28.775625'),(112,'enterprise','0145_auto_20211013_1018','2023-02-21 14:12:29.169713'),(113,'enterprise','0146_enterprise_customer_invite_key','2023-02-21 14:12:29.528389'),(114,'enterprise','0147_auto_20211129_1949','2023-02-21 14:12:29.656888'),(115,'enterprise','0148_auto_20211129_2114','2023-02-21 14:12:29.784187'),(116,'enterprise','0149_invite_key_required_default_expiry_backfill','2023-02-21 14:12:29.792808'),(117,'enterprise','0150_invite_key_expiry_required','2023-02-21 14:12:29.911234'),(118,'enterprise','0151_add_is_active_to_invite_key','2023-02-21 14:12:30.031719'),(119,'enterprise','0152_add_should_inactivate_other_customers','2023-02-21 14:12:30.157413'),(120,'enterprise','0153_add_enable_browse_and_request','2023-02-21 14:12:30.294180'),(121,'integrated_channel','0010_genericenterprisecustomerpluginconfiguration','2023-02-21 14:12:30.392006'),(122,'integrated_channel','0011_contentmetadataitemtransmission_plugin_configuration_id','2023-02-21 14:12:30.435059'),(123,'integrated_channel','0012_alter_contentmetadataitemtransmission_unique_together','2023-02-21 14:12:30.479409'),(124,'integrated_channel','0013_auto_20220405_2311','2023-02-21 14:12:30.496102'),(125,'integrated_channel','0014_genericenterprisecustomerpluginconfiguration_dry_run_mode_enabled','2023-02-21 14:12:30.540312'),(126,'integrated_channel','0015_auto_20220718_2113','2023-02-21 14:12:30.781598'),(127,'integrated_channel','0016_contentmetadataitemtransmission_content_title','2023-02-21 14:12:30.824344'),(128,'integrated_channel','0017_contentmetadataitemtransmission_friendly_status_message','2023-02-21 14:12:30.868334'),(129,'integrated_channel','0018_genericlearnerdatatransmissionaudit_friendly_status_message','2023-02-21 14:12:30.877597'),(130,'integrated_channel','0016_contentmetadataitemtransmission_marked_for','2023-02-21 14:12:30.919460'),(131,'integrated_channel','0019_merge_20220928_1842','2023-02-21 14:12:30.923049'),(132,'integrated_channel','0020_auto_20220929_1712','2023-02-21 14:12:31.386018'),(133,'integrated_channel','0021_remove_contentmetadataitemtransmission_api_response_body','2023-02-21 14:12:31.438305'),(134,'blackboard','0001_initial','2023-02-21 14:12:32.662779'),(135,'blackboard','0002_auto_20200930_1723','2023-02-21 14:12:32.666854'),(136,'blackboard','0003_blackboardlearnerdatatransmissionaudit','2023-02-21 14:12:32.669335'),(137,'blackboard','0004_blackboard_tx_chunk_size_default_1','2023-02-21 14:12:32.671543'),(138,'blackboard','0005_blackboardlearnerassessmentdatatransmissionaudit','2023-02-21 14:12:32.673214'),(139,'blackboard','0006_auto_20210708_1446','2023-02-21 14:12:32.674805'),(140,'blackboard','0007_auto_20210909_1536','2023-02-21 14:12:32.676864'),(141,'blackboard','0008_auto_20210923_1727','2023-02-21 14:12:32.678306'),(142,'blackboard','0009_alter_blackboardenterprisecustomerconfiguration_enterprise_customer','2023-02-21 14:12:32.680898'),(143,'blackboard','0010_auto_20211221_1532','2023-02-21 14:12:32.682313'),(144,'blackboard','0011_auto_20220126_1837','2023-02-21 14:12:32.683915'),(145,'blackboard','0012_auto_20220131_1539','2023-02-21 14:12:32.685395'),(146,'blackboard','0013_blacboardglobalconfiguration','2023-02-21 14:12:32.687494'),(147,'blackboard','0014_alter_blackboardlearnerassessmentdatatransmissionaudit_enterprise_course_enrollment_id','2023-02-21 14:12:32.689072'),(148,'blackboard','0002_auto_20220302_2231','2023-02-21 14:12:32.820177'),(149,'blackboard','0003_alter_blackboardlearnerdatatransmissionaudit_completed_timestamp','2023-02-21 14:12:32.830477'),(150,'blackboard','0004_auto_20220324_1550','2023-02-21 14:12:32.896909'),(151,'blackboard','0005_auto_20220325_1757','2023-02-21 14:12:32.912636'),(152,'blackboard','0006_auto_20220405_2311','2023-02-21 14:12:33.029387'),(153,'blackboard','0007_auto_20220523_1625','2023-02-21 14:12:33.448836'),(154,'blackboard','0008_auto_20220913_2018','2023-02-21 14:12:33.464045'),(155,'blackboard','0009_auto_20220929_1720','2023-02-21 14:12:33.658961'),(156,'blackboard','0010_auto_20221021_0159','2023-02-21 14:12:33.734415'),(157,'blackboard','0011_auto_20221031_1855','2023-02-21 14:12:33.883425'),(158,'blackboard','0012_move_and_recrete_completed_timestamp','2023-02-21 14:12:33.909423'),(159,'blackboard','0013_alter_blackboardlearnerdatatransmissionaudit_index_together','2023-02-21 14:12:33.927393'),(160,'blackboard','0014_auto_20230105_2122','2023-02-21 14:12:34.700672'),(161,'blackboard','0015_auto_20230112_2002','2023-02-21 14:12:34.831478'),(162,'block_structure','0001_config','2023-02-21 14:12:34.943552'),(163,'block_structure','0002_blockstructuremodel','2023-02-21 14:12:34.984367'),(164,'block_structure','0003_blockstructuremodel_storage','2023-02-21 14:12:35.028160'),(165,'block_structure','0004_blockstructuremodel_usagekeywithrun','2023-02-21 14:12:35.039061'),(166,'block_structure','0005_trim_leading_slashes_in_data_path','2023-02-21 14:12:35.044824'),(167,'bookmarks','0001_initial','2023-02-21 14:12:35.606130'),(168,'branding','0001_initial','2023-02-21 14:12:35.817270'),(169,'course_modes','0001_initial','2023-02-21 14:12:35.836396'),(170,'course_modes','0002_coursemode_expiration_datetime_is_explicit','2023-02-21 14:12:35.845964'),(171,'course_modes','0003_auto_20151113_1443','2023-02-21 14:12:35.856410'),(172,'course_modes','0004_auto_20151113_1457','2023-02-21 14:12:35.960431'),(173,'course_modes','0005_auto_20151217_0958','2023-02-21 14:12:35.973441'),(174,'course_modes','0006_auto_20160208_1407','2023-02-21 14:12:36.039302'),(175,'course_modes','0007_coursemode_bulk_sku','2023-02-21 14:12:36.049509'),(176,'course_groups','0001_initial','2023-02-21 14:12:36.719166'),(177,'bulk_email','0001_initial','2023-02-21 14:12:37.014348'),(178,'bulk_email','0002_data__load_course_email_template','2023-02-21 14:12:37.023922'),(179,'bulk_email','0003_config_model_feature_flag','2023-02-21 14:12:37.426934'),(180,'bulk_email','0004_add_email_targets','2023-02-21 14:12:37.735652'),(181,'bulk_email','0005_move_target_data','2023-02-21 14:12:37.743170'),(182,'bulk_email','0006_course_mode_targets','2023-02-21 14:12:37.990203'),(183,'bulk_email','0007_disabledcourse','2023-02-21 14:12:37.998635'),(184,'courseware','0001_initial','2023-02-21 14:12:39.356212'),(185,'bulk_grades','0001_initial','2023-02-21 14:12:39.484821'),(186,'bulk_grades','0002_auto_20190703_1526','2023-02-21 14:12:39.606462'),(187,'bundles','0001_initial','2023-02-21 14:12:39.654277'),(188,'bundles','0002_create_drafts','2023-02-21 14:12:39.675804'),(189,'bundles','0003_update_character_set','2023-02-21 14:12:39.737293'),(190,'calendar_sync','0001_initial','2023-02-21 14:12:40.053965'),(191,'calendar_sync','0002_auto_20200709_1743','2023-02-21 14:12:40.200617'),(192,'canvas','0001_initial','2023-02-21 14:12:40.570061'),(193,'canvas','0002_auto_20200806_1632','2023-02-21 14:12:40.734185'),(194,'canvas','0003_delete_canvasglobalconfiguration','2023-02-21 14:12:40.741389'),(195,'canvas','0004_adding_learner_data_to_canvas','2023-02-21 14:12:40.749995'),(196,'canvas','0005_auto_20200909_1534','2023-02-21 14:12:40.769900'),(197,'canvas','0006_canvaslearnerassessmentdatatransmissionaudit','2023-02-21 14:12:40.779787'),(198,'canvas','0007_auto_20210222_2225','2023-02-21 14:12:41.183291'),(199,'canvas','0008_auto_20210707_0815','2023-02-21 14:12:41.341526'),(200,'canvas','0009_auto_20210708_1639','2023-02-21 14:12:41.499678'),(201,'canvas','0010_auto_20210909_1536','2023-02-21 14:12:41.652927'),(202,'canvas','0011_auto_20210923_1727','2023-02-21 14:12:41.817741'),(203,'canvas','0012_alter_canvasenterprisecustomerconfiguration_enterprise_customer','2023-02-21 14:12:41.943205'),(204,'canvas','0013_auto_20211221_1535','2023-02-21 14:12:42.148025'),(205,'canvas','0014_auto_20220126_1837','2023-02-21 14:12:43.342754'),(206,'canvas','0015_auto_20220127_1605','2023-02-21 14:12:43.497437'),(207,'canvas','0016_auto_20220131_1539','2023-02-21 14:12:43.649917'),(208,'canvas','0017_auto_20220302_2231','2023-02-21 14:12:43.803017'),(209,'canvas','0018_alter_canvaslearnerdatatransmissionaudit_completed_timestamp','2023-02-21 14:12:43.816415'),(210,'canvas','0019_auto_20220324_1550','2023-02-21 14:12:43.911312'),(211,'canvas','0020_auto_20220325_1757','2023-02-21 14:12:43.929975'),(212,'canvas','0021_auto_20220405_2311','2023-02-21 14:12:44.101571'),(213,'canvas','0022_auto_20220523_1625','2023-02-21 14:12:44.256579'),(214,'canvas','0023_auto_20220913_2018','2023-02-21 14:12:44.275540'),(215,'canvas','0024_auto_20220929_1720','2023-02-21 14:12:44.528952'),(216,'canvas','0025_auto_20221021_0159','2023-02-21 14:12:44.623332'),(217,'canvas','0026_auto_20221031_1855','2023-02-21 14:12:44.773591'),(218,'canvas','0027_move_and_recrete_completed_timestamp','2023-02-21 14:12:45.108291'),(219,'canvas','0028_alter_canvaslearnerdatatransmissionaudit_index_together','2023-02-21 14:12:45.137453'),(220,'canvas','0029_auto_20230105_2122','2023-02-21 14:12:46.048058'),(221,'canvas','0030_auto_20230112_2002','2023-02-21 14:12:46.201088'),(222,'catalog','0001_initial','2023-02-21 14:12:46.341885'),(223,'catalog','0002_catalogintegration_username','2023-02-21 14:12:46.426527'),(224,'catalog','0003_catalogintegration_page_size','2023-02-21 14:12:46.504396'),(225,'catalog','0004_auto_20170616_0618','2023-02-21 14:12:46.584124'),(226,'catalog','0005_catalogintegration_long_term_cache_ttl','2023-02-21 14:12:46.662100'),(227,'celery_utils','0001_initial','2023-02-21 14:12:46.680467'),(228,'celery_utils','0002_chordable_django_backend','2023-02-21 14:12:46.684415'),(229,'certificates','0008_schema__remove_badges','2023-02-21 14:12:47.203032'),(230,'certificates','0009_certificategenerationcoursesetting_language_self_generation','2023-02-21 14:12:47.236135'),(231,'certificates','0010_certificatetemplate_language','2023-02-21 14:12:47.248145'),(232,'certificates','0011_certificatetemplate_alter_unique','2023-02-21 14:12:47.263474'),(233,'certificates','0012_certificategenerationcoursesetting_include_hours_of_effort','2023-02-21 14:12:47.274907'),(234,'certificates','0013_remove_certificategenerationcoursesetting_enabled','2023-02-21 14:12:47.286137'),(235,'certificates','0014_change_eligible_certs_manager','2023-02-21 14:12:47.369756'),(236,'certificates','0015_add_masters_choice','2023-02-21 14:12:47.464912'),(237,'certificates','0016_historicalgeneratedcertificate','2023-02-21 14:12:47.602845'),(238,'certificates','0017_add_mode_20201118_1725','2023-02-21 14:12:47.766238'),(239,'certificates','0018_historicalcertificateinvalidation','2023-02-21 14:12:47.897001'),(240,'certificates','0019_allowlistgenerationconfiguration','2023-02-21 14:12:48.030946'),(241,'certificates','0020_remove_existing_mgmt_cmd_args','2023-02-21 14:12:48.039618'),(242,'certificates','0021_remove_certificate_allowlist_duplicate_records','2023-02-21 14:12:48.047865'),(243,'certificates','0022_add_unique_constraints_to_certificatewhitelist_model','2023-02-21 14:12:48.127550'),(244,'certificates','0023_certificategenerationcommandconfiguration','2023-02-21 14:12:48.260937'),(245,'certificates','0024_delete_allowlistgenerationconfiguration','2023-02-21 14:12:48.269215'),(246,'certificates','0025_cleanup_certificate_errors','2023-02-21 14:12:48.353048'),(247,'certificates','0026_certificateallowlist','2023-02-21 14:12:48.481496'),(248,'certificates','0027_historicalcertificateallowlist','2023-02-21 14:12:48.899182'),(249,'certificates','0028_allowlist_data_20210615_2033','2023-02-21 14:12:48.907557'),(250,'certificates','0029_allowlist_created_20210623_1417','2023-02-21 14:12:48.915864'),(251,'certificates','0030_delete_certificatewhitelist','2023-02-21 14:12:48.924295'),(252,'certificates','0031_certificatedateoverride_historicalcertificatedateoverride','2023-02-21 14:12:49.189005'),(253,'certificates','0032_change_certificatedateoverride_date','2023-02-21 14:12:49.355310'),(254,'certificates','0033_auto_20220307_1100','2023-02-21 14:12:49.525462'),(255,'certificates','0034_auto_20220401_1213','2023-02-21 14:12:49.700704'),(256,'user_api','0001_initial','2023-02-21 14:12:50.653914'),(257,'user_api','0002_retirementstate_userretirementstatus','2023-02-21 14:12:50.802191'),(258,'commerce','0001_data__add_ecommerce_service_user','2023-02-21 14:12:50.811252'),(259,'commerce','0002_commerceconfiguration','2023-02-21 14:12:50.954895'),(260,'commerce','0003_auto_20160329_0709','2023-02-21 14:12:51.044505'),(261,'commerce','0004_auto_20160531_0950','2023-02-21 14:12:51.220399'),(262,'commerce','0005_commerceconfiguration_enable_automatic_refund_approval','2023-02-21 14:12:51.308418'),(263,'commerce','0006_auto_20170424_1734','2023-02-21 14:12:51.403396'),(264,'commerce','0007_auto_20180313_0609','2023-02-21 14:12:51.570341'),(265,'commerce','0008_auto_20191024_2048','2023-02-21 14:12:51.578544'),(266,'completion','0001_initial','2023-02-21 14:12:51.889449'),(267,'completion','0002_auto_20180125_1510','2023-02-21 14:12:52.268731'),(268,'completion','0003_learning_context','2023-02-21 14:12:52.617363'),(269,'consent','0001_initial','2023-02-21 14:12:52.955646'),(270,'consent','0002_migrate_to_new_data_sharing_consent','2023-02-21 14:12:52.964643'),(271,'consent','0003_historicaldatasharingconsent_history_change_reason','2023-02-21 14:12:53.085142'),(272,'consent','0004_datasharingconsenttextoverrides','2023-02-21 14:12:53.239026'),(273,'lti1p3_tool_config','0001_initial','2023-02-21 14:12:53.258575'),(274,'organizations','0001_initial','2023-02-21 14:12:53.422905'),(275,'organizations','0002_auto_20170117_1434','2023-02-21 14:12:53.426723'),(276,'organizations','0003_auto_20170221_1138','2023-02-21 14:12:53.428978'),(277,'organizations','0004_auto_20170413_2315','2023-02-21 14:12:53.431574'),(278,'organizations','0005_auto_20171116_0640','2023-02-21 14:12:53.434632'),(279,'organizations','0006_auto_20171207_0259','2023-02-21 14:12:53.436533'),(280,'organizations','0007_historicalorganization','2023-02-21 14:12:53.438132'),(281,'content_libraries','0001_initial','2023-02-21 14:12:54.229650'),(282,'content_libraries','0002_group_permissions','2023-02-21 14:12:55.012338'),(283,'content_libraries','0003_contentlibrary_type','2023-02-21 14:12:55.027102'),(284,'content_libraries','0004_contentlibrary_license','2023-02-21 14:12:55.041995'),(285,'content_libraries','0005_ltigradedresource_ltiprofile','2023-02-21 14:12:55.336405'),(286,'content_libraries','0006_auto_20210615_1916','2023-02-21 14:12:55.849318'),(287,'content_libraries','0005_contentlibraryblockimporttask','2023-02-21 14:12:56.001121'),(288,'content_libraries','0007_merge_20210818_0614','2023-02-21 14:12:56.004966'),(289,'content_libraries','0008_auto_20210818_2148','2023-02-21 14:12:56.676208'),(290,'content_libraries','0009_alter_contentlibrary_authorized_lti_configs','2023-02-21 14:12:56.887879'),(291,'course_overviews','0001_initial','2023-02-21 14:12:56.912044'),(292,'course_overviews','0002_add_course_catalog_fields','2023-02-21 14:12:56.970191'),(293,'course_overviews','0003_courseoverviewgeneratedhistory','2023-02-21 14:12:56.979531'),(294,'course_overviews','0004_courseoverview_org','2023-02-21 14:12:56.992833'),(295,'course_overviews','0005_delete_courseoverviewgeneratedhistory','2023-02-21 14:12:57.001731'),(296,'course_overviews','0006_courseoverviewimageset','2023-02-21 14:12:57.017180'),(297,'course_overviews','0007_courseoverviewimageconfig','2023-02-21 14:12:57.471427'),(298,'course_overviews','0008_remove_courseoverview_facebook_url','2023-02-21 14:12:57.476313'),(299,'course_overviews','0009_readd_facebook_url','2023-02-21 14:12:57.492048'),(300,'course_overviews','0010_auto_20160329_2317','2023-02-21 14:12:57.516420'),(301,'course_overviews','0011_courseoverview_marketing_url','2023-02-21 14:12:57.530327'),(302,'course_overviews','0012_courseoverview_eligible_for_financial_aid','2023-02-21 14:12:57.544422'),(303,'course_overviews','0013_courseoverview_language','2023-02-21 14:12:57.558838'),(304,'course_overviews','0014_courseoverview_certificate_available_date','2023-02-21 14:12:57.573706'),(305,'content_type_gating','0001_initial','2023-02-21 14:12:57.730864'),(306,'content_type_gating','0002_auto_20181119_0959','2023-02-21 14:12:57.988115'),(307,'content_type_gating','0003_auto_20181128_1407','2023-02-21 14:12:58.109186'),(308,'content_type_gating','0004_auto_20181128_1521','2023-02-21 14:12:58.232810'),(309,'content_type_gating','0005_auto_20190306_1547','2023-02-21 14:12:58.349457'),(310,'content_type_gating','0006_auto_20190308_1447','2023-02-21 14:12:58.460939'),(311,'content_type_gating','0007_auto_20190311_1919','2023-02-21 14:12:59.407436'),(312,'content_type_gating','0008_auto_20190313_1634','2023-02-21 14:12:59.520935'),(313,'contentserver','0001_initial','2023-02-21 14:12:59.680419'),(314,'contentserver','0002_cdnuseragentsconfig','2023-02-21 14:12:59.838811'),(315,'cornerstone','0001_initial','2023-02-21 14:13:00.602856'),(316,'cornerstone','0002_cornerstoneglobalconfiguration_subject_mapping','2023-02-21 14:13:00.989869'),(317,'cornerstone','0003_auto_20190621_1000','2023-02-21 14:13:01.404354'),(318,'cornerstone','0004_cornerstoneglobalconfiguration_languages','2023-02-21 14:13:01.504183'),(319,'cornerstone','0005_auto_20190925_0730','2023-02-21 14:13:01.692974'),(320,'cornerstone','0006_auto_20191001_0742','2023-02-21 14:13:01.878578'),(321,'cornerstone','0007_auto_20210708_1446','2023-02-21 14:13:02.061869'),(322,'cornerstone','0008_auto_20210909_1536','2023-02-21 14:13:02.254926'),(323,'cornerstone','0009_auto_20210923_1727','2023-02-21 14:13:02.497165'),(324,'cornerstone','0010_cornerstonecoursekey','2023-02-21 14:13:02.509888'),(325,'cornerstone','0011_auto_20211103_1855','2023-02-21 14:13:03.174387'),(326,'cornerstone','0012_alter_cornerstoneenterprisecustomerconfiguration_enterprise_customer','2023-02-21 14:13:03.347147'),(327,'cornerstone','0013_auto_20220126_1837','2023-02-21 14:13:03.953915'),(328,'cornerstone','0014_auto_20220131_1539','2023-02-21 14:13:04.140650'),(329,'cornerstone','0015_auto_20220302_2231','2023-02-21 14:13:04.641934'),(330,'cornerstone','0016_auto_20220324_1550','2023-02-21 14:13:05.346058'),(331,'cornerstone','0017_alter_cornerstonelearnerdatatransmissionaudit_course_completed','2023-02-21 14:13:05.446477'),(332,'cornerstone','0018_auto_20220325_1757','2023-02-21 14:13:05.645497'),(333,'cornerstone','0019_auto_20220405_2311','2023-02-21 14:13:05.855266'),(334,'cornerstone','0020_auto_20220523_1625','2023-02-21 14:13:06.053313'),(335,'cornerstone','0021_cornerstonelearnerdatatransmissionaudit_friendly_status_message','2023-02-21 14:13:06.473940'),(336,'cornerstone','0022_cornerstonelearnerdatatransmissionaudit_api_record','2023-02-21 14:13:06.646740'),(337,'cornerstone','0023_auto_20221021_0159','2023-02-21 14:13:06.975936'),(338,'cornerstone','0024_auto_20221031_1855','2023-02-21 14:13:07.171422'),(339,'cornerstone','0025_alter_cornerstonelearnerdatatransmissionaudit_index_together','2023-02-21 14:13:07.284173'),(340,'cornerstone','0026_auto_20230105_2122','2023-02-21 14:13:08.649268'),(341,'cornerstone','0027_auto_20230112_2002','2023-02-21 14:13:08.838014'),(342,'cors_csrf','0001_initial','2023-02-21 14:13:09.004102'),(343,'course_action_state','0001_initial','2023-02-21 14:13:09.281237'),(344,'course_apps','0001_initial','2023-02-21 14:13:09.487529'),(345,'course_overviews','0015_historicalcourseoverview','2023-02-21 14:13:10.012267'),(346,'course_overviews','0016_simulatecoursepublishconfig','2023-02-21 14:13:10.186814'),(347,'course_overviews','0017_auto_20191002_0823','2023-02-21 14:13:10.294234'),(348,'course_overviews','0018_add_start_end_in_CourseOverview','2023-02-21 14:13:10.533289'),(349,'course_overviews','0019_improve_courseoverviewtab','2023-02-21 14:13:10.764379'),(350,'course_date_signals','0001_initial','2023-02-21 14:13:11.202691'),(351,'course_duration_limits','0001_initial','2023-02-21 14:13:11.378041'),(352,'course_duration_limits','0002_auto_20181119_0959','2023-02-21 14:13:11.798324'),(353,'course_duration_limits','0003_auto_20181128_1407','2023-02-21 14:13:11.941616'),(354,'course_duration_limits','0004_auto_20181128_1521','2023-02-21 14:13:12.082095'),(355,'course_duration_limits','0005_auto_20190306_1546','2023-02-21 14:13:12.223890'),(356,'course_duration_limits','0006_auto_20190308_1447','2023-02-21 14:13:12.386319'),(357,'course_duration_limits','0007_auto_20190311_1919','2023-02-21 14:13:13.135781'),(358,'course_duration_limits','0008_auto_20190313_1634','2023-02-21 14:13:13.520714'),(359,'course_goals','0001_initial','2023-02-21 14:13:13.794199'),(360,'course_goals','0002_auto_20171010_1129','2023-02-21 14:13:13.905480'),(361,'course_goals','0003_historicalcoursegoal','2023-02-21 14:13:14.097156'),(362,'course_goals','0004_auto_20210806_0137','2023-02-21 14:13:14.532247'),(363,'course_goals','0005_useractivity','2023-02-21 14:13:15.223369'),(364,'course_goals','0006_add_unsubscribe_token','2023-02-21 14:13:15.543355'),(365,'course_goals','0007_set_unsubscribe_token_default','2023-02-21 14:13:15.763523'),(366,'course_goals','0008_coursegoalreminderstatus','2023-02-21 14:13:15.940467'),(367,'course_groups','0002_change_inline_default_cohort_value','2023-02-21 14:13:15.954978'),(368,'course_groups','0003_auto_20170609_1455','2023-02-21 14:13:16.152857'),(369,'course_overviews','0020_courseoverviewtab_url_slug','2023-02-21 14:13:16.171483'),(370,'course_overviews','0021_courseoverviewtab_link','2023-02-21 14:13:16.191682'),(371,'course_overviews','0022_courseoverviewtab_is_hidden','2023-02-21 14:13:16.211361'),(372,'course_overviews','0023_courseoverview_banner_image_url','2023-02-21 14:13:16.356562'),(373,'course_overviews','0024_overview_adds_has_highlights','2023-02-21 14:13:16.486252'),(374,'course_home_api','0001_initial','2023-02-21 14:13:17.165726'),(375,'lti_consumer','0001_initial','2023-02-21 14:13:17.177098'),(376,'lti_consumer','0002_ltiagslineitem','2023-02-21 14:13:17.193044'),(377,'lti_consumer','0003_ltiagsscore','2023-02-21 14:13:17.209631'),(378,'lti_consumer','0004_keyset_mgmt_to_model','2023-02-21 14:13:17.255855'),(379,'lti_consumer','0005_migrate_keyset_to_model','2023-02-21 14:13:17.265251'),(380,'lti_consumer','0006_add_on_model_config_for_lti_1p1','2023-02-21 14:13:17.354707'),(381,'lti_consumer','0007_ltidlcontentitem','2023-02-21 14:13:17.370683'),(382,'lti_consumer','0008_fix_uuid_backfill','2023-02-21 14:13:17.405859'),(383,'lti_consumer','0009_backfill-empty-string-config-id','2023-02-21 14:13:17.413861'),(384,'lti_consumer','0010_backfill-empty-string-lti-config','2023-02-21 14:13:17.422706'),(385,'lti_consumer','0011_courseeditltifieldsenabledflag','2023-02-21 14:13:17.608166'),(386,'lti_consumer','0012_rename_courseeditltifieldsenabledflag_model','2023-02-21 14:13:17.729291'),(387,'lti_consumer','0013_auto_20210712_1352','2023-02-21 14:13:17.760276'),(388,'course_live','0001_initial','2023-02-21 14:13:18.123547'),(389,'course_live','0002_auto_20220617_1822','2023-02-21 14:13:18.257199'),(390,'course_modes','0008_course_key_field_to_foreign_key','2023-02-21 14:13:18.793385'),(391,'course_modes','0009_suggested_prices_to_charfield','2023-02-21 14:13:18.823217'),(392,'course_modes','0010_archived_suggested_prices_to_charfield','2023-02-21 14:13:18.838619'),(393,'course_modes','0011_change_regex_for_comma_separated_ints','2023-02-21 14:13:18.872538'),(394,'course_modes','0012_historicalcoursemode','2023-02-21 14:13:19.057974'),(395,'course_modes','0013_auto_20200115_2022','2023-02-21 14:13:19.248019'),(396,'course_modes','0014_auto_20230207_1212','2023-02-21 14:13:19.521912'),(397,'course_overviews','0025_auto_20210702_1602','2023-02-21 14:13:20.092014'),(398,'course_overviews','0026_courseoverview_entrance_exam','2023-02-21 14:13:20.803907'),(399,'course_overviews','0027_auto_20221102_1109','2023-02-21 14:13:20.944669'),(400,'coursewarehistoryextended','0001_initial','2023-02-21 14:13:21.179129'),(401,'coursewarehistoryextended','0002_force_studentmodule_index','2023-02-21 14:13:21.206667'),(402,'courseware','0002_coursedynamicupgradedeadlineconfiguration_dynamicupgradedeadlineconfiguration','2023-02-21 14:13:21.574172'),(403,'courseware','0003_auto_20170825_0935','2023-02-21 14:13:21.692210'),(404,'courseware','0004_auto_20171010_1639','2023-02-21 14:13:21.810063'),(405,'courseware','0005_orgdynamicupgradedeadlineconfiguration','2023-02-21 14:13:22.599337'),(406,'courseware','0006_remove_module_id_index','2023-02-21 14:13:22.733065'),(407,'courseware','0007_remove_done_index','2023-02-21 14:13:22.855985'),(408,'courseware','0008_move_idde_to_edx_when','2023-02-21 14:13:22.864598'),(409,'courseware','0009_auto_20190703_1955','2023-02-21 14:13:23.062273'),(410,'courseware','0010_auto_20190709_1559','2023-02-21 14:13:23.266292'),(411,'courseware','0011_csm_id_bigint','2023-02-21 14:13:23.503076'),(412,'courseware','0012_adjust_fields','2023-02-21 14:13:23.735591'),(413,'courseware','0013_auto_20191001_1858','2023-02-21 14:13:24.232378'),(414,'courseware','0014_fix_nan_value_for_global_speed','2023-02-21 14:13:24.242843'),(415,'courseware','0015_add_courseware_stats_index','2023-02-21 14:13:24.360863'),(416,'courseware','0016_lastseencoursewaretimezone','2023-02-21 14:13:24.563947'),(417,'courseware','0017_financialassistanceconfiguration','2023-02-21 14:13:24.755117'),(418,'crawlers','0001_initial','2023-02-21 14:13:24.945913'),(419,'crawlers','0002_auto_20170419_0018','2023-02-21 14:13:25.067553'),(420,'credentials','0001_initial','2023-02-21 14:13:25.257665'),(421,'credentials','0002_auto_20160325_0631','2023-02-21 14:13:25.381010'),(422,'credentials','0003_auto_20170525_1109','2023-02-21 14:13:25.902981'),(423,'credentials','0004_notifycredentialsconfig','2023-02-21 14:13:26.097971'),(424,'credentials','0005_remove_existing_mgmt_cmd_args','2023-02-21 14:13:26.107472'),(425,'credit','0001_initial','2023-02-21 14:13:26.654903'),(426,'credit','0002_creditconfig','2023-02-21 14:13:26.862908'),(427,'credit','0003_auto_20160511_2227','2023-02-21 14:13:26.880832'),(428,'credit','0004_delete_historical_credit_records','2023-02-21 14:13:28.040693'),(429,'credit','0005_creditrequirement_sort_value','2023-02-21 14:13:28.057356'),(430,'credit','0006_creditrequirement_alter_ordering','2023-02-21 14:13:28.075520'),(431,'credit','0007_creditrequirement_copy_values','2023-02-21 14:13:28.085978'),(432,'credit','0008_creditrequirement_remove_order','2023-02-21 14:13:28.101742'),(433,'dark_lang','0001_initial','2023-02-21 14:13:28.298330'),(434,'dark_lang','0002_data__enable_on_install','2023-02-21 14:13:28.308858'),(435,'dark_lang','0003_auto_20180425_0359','2023-02-21 14:13:28.543815'),(436,'database_fixups','0001_initial','2023-02-21 14:13:28.554132'),(437,'degreed','0001_initial','2023-02-21 14:13:29.472559'),(438,'degreed','0002_auto_20180104_0103','2023-02-21 14:13:29.896826'),(439,'degreed','0003_auto_20180109_0712','2023-02-21 14:13:30.124198'),(440,'degreed','0004_auto_20180306_1251','2023-02-21 14:13:30.353885'),(441,'degreed','0005_auto_20180807_1302','2023-02-21 14:13:32.016013'),(442,'degreed','0006_upgrade_django_simple_history','2023-02-21 14:13:32.214158'),(443,'degreed','0007_auto_20190925_0730','2023-02-21 14:13:32.758065'),(444,'degreed','0008_auto_20191001_0742','2023-02-21 14:13:32.983618'),(445,'degreed','0009_auto_20210119_1546','2023-02-21 14:13:34.596553'),(446,'degreed','0010_auto_20210708_1446','2023-02-21 14:13:34.822928'),(447,'degreed','0011_auto_20210909_1536','2023-02-21 14:13:35.041179'),(448,'degreed','0012_auto_20210923_1727','2023-02-21 14:13:35.257208'),(449,'degreed','0013_alter_degreedenterprisecustomerconfiguration_enterprise_customer','2023-02-21 14:13:35.457509'),(450,'degreed','0014_auto_20220126_1837','2023-02-21 14:13:38.099795'),(451,'degreed','0015_auto_20220131_1539','2023-02-21 14:13:38.325326'),(452,'degreed','0016_auto_20220302_2231','2023-02-21 14:13:38.547732'),(453,'degreed','0017_alter_degreedlearnerdatatransmissionaudit_completed_timestamp','2023-02-21 14:13:38.564130'),(454,'degreed','0018_auto_20220324_1550','2023-02-21 14:13:38.708183'),(455,'degreed','0019_auto_20220325_1757','2023-02-21 14:13:38.733880'),(456,'degreed','0020_auto_20220405_2311','2023-02-21 14:13:38.762392'),(457,'degreed','0021_auto_20220523_1625','2023-02-21 14:13:38.979275'),(458,'degreed','0022_degreedlearnerdatatransmissionaudit_friendly_status_message','2023-02-21 14:13:38.994445'),(459,'degreed','0023_degreedlearnerdatatransmissionaudit_api_record','2023-02-21 14:13:39.202264'),(460,'degreed','0024_auto_20221021_0159','2023-02-21 14:13:39.277536'),(461,'degreed','0025_auto_20221031_1855','2023-02-21 14:13:39.821240'),(462,'degreed','0026_move_and_recrete_completed_timestamp','2023-02-21 14:13:39.873639'),(463,'degreed','0027_alter_degreedlearnerdatatransmissionaudit_index_together','2023-02-21 14:13:39.907088'),(464,'degreed','0028_auto_20230105_2122','2023-02-21 14:13:41.497277'),(465,'degreed','0029_auto_20230112_2002','2023-02-21 14:13:41.726152'),(466,'degreed2','0001_initial','2023-02-21 14:13:42.132501'),(467,'degreed2','0002_auto_20211101_2021','2023-02-21 14:13:42.595520'),(468,'degreed2','0003_alter_degreed2enterprisecustomerconfiguration_enterprise_customer','2023-02-21 14:13:42.813762'),(469,'degreed2','0004_auto_20220126_1837','2023-02-21 14:13:44.991059'),(470,'degreed2','0005_auto_20220131_1539','2023-02-21 14:13:45.376623'),(471,'degreed2','0006_auto_20220214_1627','2023-02-21 14:13:45.619327'),(472,'degreed2','0007_auto_20220302_2231','2023-02-21 14:13:45.898782'),(473,'degreed2','0008_degreed2learnerdatatransmissionaudit_course_completed','2023-02-21 14:13:45.914647'),(474,'degreed2','0009_alter_degreed2learnerdatatransmissionaudit_completed_timestamp','2023-02-21 14:13:45.931422'),(475,'degreed2','0010_auto_20220324_1550','2023-02-21 14:13:46.099482'),(476,'degreed2','0011_auto_20220325_1757','2023-02-21 14:13:46.135376'),(477,'degreed2','0012_auto_20220405_2311','2023-02-21 14:13:46.193823'),(478,'degreed2','0013_auto_20220523_1625','2023-02-21 14:13:46.543212'),(479,'degreed2','0014_degreed2learnerdatatransmissionaudit_friendly_status_message','2023-02-21 14:13:46.565332'),(480,'degreed2','0015_degreed2learnerdatatransmissionaudit_api_record','2023-02-21 14:13:46.781928'),(481,'degreed2','0016_auto_20221021_0159','2023-02-21 14:13:46.856372'),(482,'degreed2','0017_auto_20221031_1855','2023-02-21 14:13:47.451206'),(483,'degreed2','0018_move_and_recrete_completed_timestamp','2023-02-21 14:13:47.539460'),(484,'degreed2','0019_alter_degreed2learnerdatatransmissionaudit_index_together','2023-02-21 14:13:47.587617'),(485,'degreed2','0020_auto_20230105_2122','2023-02-21 14:13:49.423372'),(486,'degreed2','0021_auto_20230112_2002','2023-02-21 14:13:49.676919'),(487,'demographics','0001_initial','2023-02-21 14:13:50.158963'),(488,'demographics','0002_clean_duplicate_entries','2023-02-21 14:13:50.178578'),(489,'demographics','0003_auto_20200827_1949','2023-02-21 14:13:50.431350'),(490,'discounts','0001_initial','2023-02-21 14:13:51.325887'),(491,'discounts','0002_auto_20191022_1720','2023-02-21 14:13:51.869410'),(492,'discussions','0001_initial','2023-02-21 14:13:52.356323'),(493,'discussions','0002_add_provider_filter','2023-02-21 14:13:53.166349'),(494,'discussions','0003_alter_provider_filter_list','2023-02-21 14:13:53.465138'),(495,'discussions','0004_historicalprogramdiscussionsconfiguration_programdiscussionsconfiguration','2023-02-21 14:13:53.940540'),(496,'discussions','0005_auto_20210910_0940','2023-02-21 14:13:54.105598'),(497,'discussions','0006_auto_20211006_0441','2023-02-21 14:13:55.360945'),(498,'discussions','0007_add_discussion_topic_link','2023-02-21 14:13:55.875010'),(499,'discussions','0008_auto_20220119_0746','2023-02-21 14:13:56.961159'),(500,'discussions','0009_discussiontopiclink_ordering','2023-02-21 14:13:56.984778'),(501,'discussions','0010_auto_20220203_2134','2023-02-21 14:13:57.887515'),(502,'discussions','0011_auto_20220510_0716','2023-02-21 14:13:58.192834'),(503,'discussions','0012_auto_20220511_0827','2023-02-21 14:13:58.899826'),(504,'discussions','0013_auto_20220802_1154','2023-02-21 14:13:59.068838'),(505,'discussions','0014_auto_20220826_1107','2023-02-21 14:13:59.230091'),(506,'discussions','0015_discussiontopiclink_context','2023-02-21 14:13:59.252104'),(507,'django_celery_results','0001_initial','2023-02-21 14:13:59.265156'),(508,'django_celery_results','0002_add_task_name_args_kwargs','2023-02-21 14:13:59.304158'),(509,'django_celery_results','0003_auto_20181106_1101','2023-02-21 14:13:59.319992'),(510,'django_celery_results','0004_auto_20190516_0412','2023-02-21 14:13:59.480539'),(511,'django_celery_results','0005_taskresult_worker','2023-02-21 14:13:59.495340'),(512,'django_celery_results','0006_taskresult_date_created','2023-02-21 14:13:59.517419'),(513,'django_celery_results','0007_remove_taskresult_hidden','2023-02-21 14:13:59.532978'),(514,'django_celery_results','0008_chordcounter','2023-02-21 14:13:59.543818'),(515,'django_celery_results','0009_groupresult','2023-02-21 14:13:59.759637'),(516,'django_celery_results','0010_remove_duplicate_indices','2023-02-21 14:13:59.797890'),(517,'django_celery_results','0011_taskresult_periodic_task_name','2023-02-21 14:13:59.813443'),(518,'django_comment_common','0001_initial','2023-02-21 14:14:00.262928'),(519,'django_comment_common','0002_forumsconfig','2023-02-21 14:14:00.479668'),(520,'django_comment_common','0003_enable_forums','2023-02-21 14:14:00.490302'),(521,'django_comment_common','0004_auto_20161117_1209','2023-02-21 14:14:00.623553'),(522,'django_comment_common','0005_coursediscussionsettings','2023-02-21 14:14:00.635953'),(523,'django_comment_common','0006_coursediscussionsettings_discussions_id_map','2023-02-21 14:14:00.652152'),(524,'django_comment_common','0007_discussionsidmapping','2023-02-21 14:14:00.663474'),(525,'django_comment_common','0008_role_user_index','2023-02-21 14:14:00.672698'),(526,'django_comment_common','0009_coursediscussionsettings_reported_content_email_notifications','2023-02-21 14:14:00.686896'),(527,'django_notify','0001_initial','2023-02-21 14:14:01.987832'),(528,'edx_name_affirmation','0001_initial','2023-02-21 14:14:02.211975'),(529,'edx_name_affirmation','0002_verifiednameconfig','2023-02-21 14:14:02.441947'),(530,'edx_name_affirmation','0003_verifiedname_status','2023-02-21 14:14:02.587982'),(531,'edx_name_affirmation','0004_auto_20210816_0958','2023-02-21 14:14:02.735537'),(532,'edx_name_affirmation','0005_remove_verifiedname_is_verified','2023-02-21 14:14:02.878964'),(533,'edx_name_affirmation','0006_auto_20210830_2029','2023-02-21 14:14:03.168952'),(534,'edx_name_affirmation','0007_historicalverifiedname','2023-02-21 14:14:03.850637'),(535,'edx_proctoring','0001_initial','2023-02-21 14:14:06.697722'),(536,'edx_proctoring','0002_proctoredexamstudentattempt_is_status_acknowledged','2023-02-21 14:14:06.857186'),(537,'edx_proctoring','0003_auto_20160101_0525','2023-02-21 14:14:07.144533'),(538,'edx_proctoring','0004_auto_20160201_0523','2023-02-21 14:14:07.293341'),(539,'edx_proctoring','0005_proctoredexam_hide_after_due','2023-02-21 14:14:07.317599'),(540,'edx_proctoring','0006_allowed_time_limit_mins','2023-02-21 14:14:07.607683'),(541,'edx_proctoring','0007_proctoredexam_backend','2023-02-21 14:14:07.631897'),(542,'edx_proctoring','0008_auto_20181116_1551','2023-02-21 14:14:08.538578'),(543,'edx_proctoring','0009_proctoredexamreviewpolicy_remove_rules','2023-02-21 14:14:08.825954'),(544,'edx_proctoring','0010_update_backend','2023-02-21 14:14:08.838389'),(545,'edx_proctoring','0011_allow_multiple_attempts','2023-02-21 14:14:08.992676'),(546,'edx_proctoring','0012_proctoredexamstudentattempt_time_remaining_seconds','2023-02-21 14:14:09.183708'),(547,'edx_proctoring','0013_proctoredexamsoftwaresecurereview_is_active_attempt','2023-02-21 14:14:09.478951'),(548,'edx_proctoring','0014_add_is_resumable_to_proctoredexamstudentattempt','2023-02-21 14:14:09.766492'),(549,'edx_proctoring','0015_rm_proctoredexamstudentattempt_ips','2023-02-21 14:14:10.388828'),(550,'edx_proctoring','0016_nullable_proctoredexamstudentattempt_name','2023-02-21 14:14:11.185835'),(551,'edx_proctoring','0017_rm_proctoredexamstudentattempt_name','2023-02-21 14:14:11.507955'),(552,'edx_proctoring','0018_historicalproctoredexamstudentattempt','2023-02-21 14:14:11.750822'),(553,'edx_proctoring','0019_proctoredexamsoftwaresecurereview_encrypted_video_url','2023-02-21 14:14:11.901769'),(554,'edx_proctoring','0020_auto_20211028_1915','2023-02-21 14:14:12.197815'),(555,'edx_proctoring','0021_auto_20211029_1353','2023-02-21 14:14:12.650483'),(556,'edx_proctoring','0022_proctoredexamstudentattempt_add_readytoresume_resumed','2023-02-21 14:14:13.718443'),(557,'edx_proctoring','0023_historicalproctoredexam','2023-02-21 14:14:13.949063'),(558,'edx_proctoring','0024_delete_proctoredexamstudentattempthistory','2023-02-21 14:14:13.960795'),(559,'edx_when','0001_initial','2023-02-21 14:14:14.468873'),(560,'edx_when','0002_auto_20190318_1736','2023-02-21 14:14:15.083629'),(561,'edx_when','0003_auto_20190402_1501','2023-02-21 14:14:16.320849'),(562,'edx_when','0004_datepolicy_rel_date','2023-02-21 14:14:16.341926'),(563,'edx_when','0005_auto_20190911_1056','2023-02-21 14:14:16.548947'),(564,'edx_when','0006_drop_active_index','2023-02-21 14:14:16.570428'),(565,'edx_when','0007_meta_tweaks','2023-02-21 14:14:16.587161'),(566,'edx_when','0008_courseversion_block_type','2023-02-21 14:14:16.620241'),(567,'edxval','0001_squashed_0016_add_transcript_credentials_model','2023-02-21 14:14:16.772344'),(568,'edxval','0002_add_error_description_field','2023-02-21 14:14:16.790901'),(569,'edxval','0003_delete_transcriptcredentials','2023-02-21 14:14:16.815801'),(570,'email_marketing','0001_initial','2023-02-21 14:14:17.054484'),(571,'email_marketing','0002_auto_20160623_1656','2023-02-21 14:14:18.887391'),(572,'email_marketing','0003_auto_20160715_1145','2023-02-21 14:14:19.626758'),(573,'email_marketing','0004_emailmarketingconfiguration_welcome_email_send_delay','2023-02-21 14:14:19.775002'),(574,'email_marketing','0005_emailmarketingconfiguration_user_registration_cookie_timeout_delay','2023-02-21 14:14:19.922506'),(575,'email_marketing','0006_auto_20170711_0615','2023-02-21 14:14:20.069969'),(576,'email_marketing','0007_auto_20170809_0653','2023-02-21 14:14:20.991921'),(577,'email_marketing','0008_auto_20170809_0539','2023-02-21 14:14:21.005427'),(578,'email_marketing','0009_remove_emailmarketingconfiguration_sailthru_activation_template','2023-02-21 14:14:21.164219'),(579,'email_marketing','0010_auto_20180425_0800','2023-02-21 14:14:21.489181'),(580,'email_marketing','0011_delete_emailmarketingconfiguration','2023-02-21 14:14:21.500628'),(581,'embargo','0001_initial','2023-02-21 14:14:22.099668'),(582,'embargo','0002_data__add_countries','2023-02-21 14:14:22.113077'),(583,'enterprise','0154_alter_systemwideenterpriseuserroleassignment_unique_together','2023-02-21 14:14:22.305009'),(584,'enterprise','0155_add_is_relinkable_to_enterprise_customer_user','2023-02-21 14:14:22.556840'),(585,'enterprise','0156_add_is_active_role_assignment','2023-02-21 14:14:22.932890'),(586,'enterprise','0157_make_field_nullable_before_removal','2023-02-21 14:14:23.803150'),(587,'enterprise','0158_remove_is_active_from_role_assignment','2023-02-21 14:14:24.186994'),(588,'enterprise','0159_add_enable_learner_portal_offers','2023-02-21 14:14:24.444276'),(589,'enterprise','0160_add_enable_portal_learner_credit_management_screen','2023-02-21 14:14:24.711032'),(590,'enterprise','0161_alter_enterprisecustomerreportingconfiguration_data_type','2023-02-21 14:14:24.794159'),(591,'enterprise','0162_add_enable_executive_education_2U_fulfillment','2023-02-21 14:14:25.057166'),(592,'enterprise','0163_auto_20220928_1611','2023-02-21 14:14:25.319163'),(593,'enterprise','0164_enterprisecatalogquery_include_exec_ed_2u_courses','2023-02-21 14:14:25.340051'),(594,'enterprise','0165_alter_enterprisecustomerreportingconfiguration_pgp_encryption_key','2023-02-21 14:14:25.396230'),(595,'enterprise','0166_auto_20221209_0819','2023-02-21 14:14:26.384416'),(596,'experiments','0001_initial','2023-02-21 14:14:26.912764'),(597,'student','0001_squashed_0031_auto_20200317_1122','2023-02-21 14:14:40.085676'),(598,'entitlements','0001_initial','2023-02-21 14:14:40.379148'),(599,'entitlements','0002_auto_20171102_0719','2023-02-21 14:14:41.704243'),(600,'entitlements','0003_auto_20171205_1431','2023-02-21 14:14:42.701823'),(601,'entitlements','0004_auto_20171206_1729','2023-02-21 14:14:42.893419'),(602,'entitlements','0005_courseentitlementsupportdetail','2023-02-21 14:14:43.654779'),(603,'entitlements','0006_courseentitlementsupportdetail_action','2023-02-21 14:14:43.849397'),(604,'entitlements','0007_change_expiration_period_default','2023-02-21 14:14:43.913503'),(605,'entitlements','0008_auto_20180328_1107','2023-02-21 14:14:44.281498'),(606,'entitlements','0009_courseentitlement_refund_locked','2023-02-21 14:14:44.473595'),(607,'entitlements','0010_backfill_refund_lock','2023-02-21 14:14:44.486367'),(608,'entitlements','0011_historicalcourseentitlement','2023-02-21 14:14:44.758039'),(609,'entitlements','0012_allow_blank_order_number_values','2023-02-21 14:14:45.133236'),(610,'entitlements','0013_historicalcourseentitlementsupportdetail','2023-02-21 14:14:45.423134'),(611,'entitlements','0014_auto_20200115_2022','2023-02-21 14:14:46.184401'),(612,'entitlements','0015_add_unique_together_constraint','2023-02-21 14:14:46.767706'),(613,'experiments','0002_auto_20170627_1402','2023-02-21 14:14:46.796214'),(614,'experiments','0003_auto_20170713_1148','2023-02-21 14:14:46.814747'),(615,'experiments','0004_historicalexperimentkeyvalue','2023-02-21 14:14:47.096664'),(616,'external_user_ids','0001_initial','2023-02-21 14:14:48.716222'),(617,'external_user_ids','0002_mb_coaching_20200210_1754','2023-02-21 14:14:48.730145'),(618,'external_user_ids','0003_auto_20200224_1836','2023-02-21 14:14:48.915850'),(619,'external_user_ids','0004_add_lti_type','2023-02-21 14:14:48.928238'),(620,'grades','0001_initial','2023-02-21 14:14:48.986668'),(621,'grades','0002_rename_last_edited_field','2023-02-21 14:14:49.008812'),(622,'grades','0003_coursepersistentgradesflag_persistentgradesenabledflag','2023-02-21 14:14:49.562805'),(623,'grades','0004_visibleblocks_course_id','2023-02-21 14:14:49.582941'),(624,'grades','0005_multiple_course_flags','2023-02-21 14:14:49.783097'),(625,'grades','0006_persistent_course_grades','2023-02-21 14:14:49.813088'),(626,'grades','0007_add_passed_timestamp_column','2023-02-21 14:14:49.847453'),(627,'grades','0008_persistentsubsectiongrade_first_attempted','2023-02-21 14:14:49.866248'),(628,'grades','0009_auto_20170111_1507','2023-02-21 14:14:49.899299'),(629,'grades','0010_auto_20170112_1156','2023-02-21 14:14:49.917824'),(630,'grades','0011_null_edited_time','2023-02-21 14:14:49.974095'),(631,'grades','0012_computegradessetting','2023-02-21 14:14:50.257480'),(632,'grades','0013_persistentsubsectiongradeoverride','2023-02-21 14:14:50.279994'),(633,'grades','0014_persistentsubsectiongradeoverridehistory','2023-02-21 14:14:50.576269'),(634,'grades','0015_historicalpersistentsubsectiongradeoverride','2023-02-21 14:14:51.282458'),(635,'grades','0016_auto_20190703_1446','2023-02-21 14:14:51.708258'),(636,'grades','0017_delete_manual_psgoverride_table','2023-02-21 14:14:52.010051'),(637,'grades','0018_add_waffle_flag_defaults','2023-02-21 14:14:52.023096'),(638,'grades','0019_auto_20220912_0855','2023-02-21 14:14:52.325061'),(639,'instructor_task','0002_gradereportsetting','2023-02-21 14:14:52.605382'),(640,'instructor_task','0003_alter_task_input_field','2023-02-21 14:14:52.799792'),(641,'instructor_task','0004_historicalinstructortaskschedule_instructortaskschedule','2023-02-21 14:14:53.864101'),(642,'instructor_task','0005_alter_instructortaskschedule_task','2023-02-21 14:14:54.152568'),(643,'integrated_channel','0022_alter_contentmetadataitemtransmission_index_together','2023-02-21 14:14:54.241731'),(644,'integrated_channel','0023_auto_20221021_0159','2023-02-21 14:14:54.330109'),(645,'integrated_channel','0024_genericenterprisecustomerpluginconfiguration_deleted_at','2023-02-21 14:14:54.405565'),(646,'integrated_channel','0025_auto_20230105_2122','2023-02-21 14:14:54.805997'),(647,'integrated_channel','0026_genericenterprisecustomerpluginconfiguration_last_modified_at','2023-02-21 14:14:54.876263'),(648,'learner_pathway_progress','0001_initial','2023-02-21 14:14:55.158688'),(649,'learner_pathway_progress','0002_historicallearnerpathwayprogress_learnerpathwayprogress','2023-02-21 14:14:56.186979'),(650,'learner_pathway_progress','0003_auto_20220901_0616','2023-02-21 14:14:56.597606'),(651,'learner_pathway_progress','0004_auto_20220907_0316','2023-02-21 14:14:56.923553'),(652,'learner_pathway_progress','0005_auto_20221007_0758','2023-02-21 14:14:56.936566'),(653,'learning_sequences','0001_initial','2023-02-21 14:14:57.182282'),(654,'learning_sequences','0002_coursesectionsequence_inaccessible_after_due','2023-02-21 14:14:57.203658'),(655,'learning_sequences','0003_create_course_context_for_course_specific_models','2023-02-21 14:14:57.362016'),(656,'learning_sequences','0004_coursecontext_self_paced','2023-02-21 14:14:57.384200'),(657,'learning_sequences','0005_coursecontext_days_early_for_beta','2023-02-21 14:14:57.407284'),(658,'learning_sequences','0006_coursecontext_entrance_exam_id','2023-02-21 14:14:57.429001'),(659,'learning_sequences','0007_coursesequenceexam','2023-02-21 14:14:57.454671'),(660,'learning_sequences','0008_add_learning_context_title_index','2023-02-21 14:14:57.477144'),(661,'learning_sequences','0009_contenterror_publishreport','2023-02-21 14:14:57.526198'),(662,'learning_sequences','0010_add_publishreport_indexes','2023-02-21 14:14:57.593614'),(663,'learning_sequences','0011_course_meta_names','2023-02-21 14:14:57.640957'),(664,'learning_sequences','0012_add_user_partition_group','2023-02-21 14:14:57.727939'),(665,'learning_sequences','0013_through_model_for_user_partition_groups_1','2023-02-21 14:14:57.829831'),(666,'learning_sequences','0014_remove_user_partition_group_duplicates','2023-02-21 14:14:57.842049'),(667,'learning_sequences','0015_add_user_partition_group_unique_constraint','2023-02-21 14:14:57.866746'),(668,'learning_sequences','0016_through_model_for_user_partition_groups_2','2023-02-21 14:14:57.917576'),(669,'lms_xblock','0001_initial','2023-02-21 14:14:58.208981'),(670,'lti_consumer','0014_adds_external_id','2023-02-21 14:14:58.258606'),(671,'lti_consumer','0015_add_additional_1p3_fields','2023-02-21 14:14:58.433692'),(672,'lti_consumer','0016_lticonfiguration_lti_1p3_proctoring_enabled','2023-02-21 14:14:58.458847'),(673,'milestones','0001_initial','2023-02-21 14:14:59.131262'),(674,'milestones','0002_data__seed_relationship_types','2023-02-21 14:14:59.144845'),(675,'milestones','0003_coursecontentmilestone_requirements','2023-02-21 14:14:59.167321'),(676,'milestones','0004_auto_20151221_1445','2023-02-21 14:14:59.255193'),(677,'mobile_api','0001_initial','2023-02-21 14:14:59.544060'),(678,'mobile_api','0002_auto_20160406_0904','2023-02-21 14:14:59.577073'),(679,'mobile_api','0003_ignore_mobile_available_flag','2023-02-21 14:15:00.092253'),(680,'mobile_api','0004_mobileconfig','2023-02-21 14:15:00.110900'),(681,'moodle','0001_initial','2023-02-21 14:15:00.722582'),(682,'moodle','0002_moodlelearnerdatatransmissionaudit','2023-02-21 14:15:00.738103'),(683,'moodle','0003_auto_20201006_1706','2023-02-21 14:15:01.064285'),(684,'moodle','0004_auto_20201105_1921','2023-02-21 14:15:01.874908'),(685,'moodle','0005_auto_20210708_1446','2023-02-21 14:15:02.196916'),(686,'moodle','0006_auto_20210909_1536','2023-02-21 14:15:02.503894'),(687,'moodle','0007_auto_20210923_1727','2023-02-21 14:15:02.809264'),(688,'moodle','0008_alter_moodleenterprisecustomerconfiguration_enterprise_customer','2023-02-21 14:15:03.114707'),(689,'moodle','0009_auto_20220126_1837','2023-02-21 14:15:06.134983'),(690,'moodle','0010_auto_20220131_1539','2023-02-21 14:15:06.956208'),(691,'moodle','0011_auto_20220302_2231','2023-02-21 14:15:07.275911'),(692,'moodle','0012_alter_moodlelearnerdatatransmissionaudit_completed_timestamp','2023-02-21 14:15:07.297805'),(693,'moodle','0013_auto_20220324_1550','2023-02-21 14:15:07.511501'),(694,'moodle','0014_auto_20220325_1757','2023-02-21 14:15:07.547725'),(695,'moodle','0015_auto_20220405_2311','2023-02-21 14:15:07.589744'),(696,'moodle','0016_auto_20220523_1625','2023-02-21 14:15:07.911360'),(697,'moodle','0017_moodlelearnerdatatransmissionaudit_friendly_status_message','2023-02-21 14:15:07.933260'),(698,'moodle','0018_moodlelearnerdatatransmissionaudit_api_record','2023-02-21 14:15:08.233711'),(699,'moodle','0019_auto_20221021_0159','2023-02-21 14:15:08.326111'),(700,'moodle','0020_auto_20221031_1855','2023-02-21 14:15:08.641149'),(701,'moodle','0021_move_and_recrete_completed_timestamp','2023-02-21 14:15:08.707617'),(702,'moodle','0022_auto_20221220_1527','2023-02-21 14:15:09.869041'),(703,'moodle','0023_alter_moodlelearnerdatatransmissionaudit_index_together','2023-02-21 14:15:09.911072'),(704,'moodle','0024_auto_20230105_2122','2023-02-21 14:15:12.446629'),(705,'moodle','0025_auto_20230112_2002','2023-02-21 14:15:12.804947'),(706,'oauth2_provider','0001_initial','2023-02-21 14:15:14.480830'),(707,'oauth2_provider','0002_auto_20190406_1805','2023-02-21 14:15:15.487750'),(708,'oauth_dispatch','0001_initial','2023-02-21 14:15:15.834484'),(709,'oauth_dispatch','0002_scopedapplication_scopedapplicationorganization','2023-02-21 14:15:16.524422'),(710,'oauth_dispatch','0003_application_data','2023-02-21 14:15:16.538287'),(711,'oauth_dispatch','0004_auto_20180626_1349','2023-02-21 14:15:18.736332'),(712,'oauth_dispatch','0005_applicationaccess_type','2023-02-21 14:15:19.347087'),(713,'oauth_dispatch','0006_drop_application_id_constraints','2023-02-21 14:15:21.531062'),(714,'oauth_dispatch','0007_restore_application_id_constraints','2023-02-21 14:15:24.487424'),(715,'oauth_dispatch','0008_applicationaccess_filters','2023-02-21 14:15:24.531684'),(716,'oauth_dispatch','0009_delete_enable_scopes_waffle_switch','2023-02-21 14:15:24.555109'),(717,'oauth_dispatch','0010_noop_migration_to_test_rollback','2023-02-21 14:15:24.572251'),(718,'oauth_dispatch','0011_noop_migration_to_test_rollback','2023-02-21 14:15:24.597240'),(719,'oauth_dispatch','0012_noop_migration_to_test_rollback','2023-02-21 14:15:24.632518'),(720,'organizations','0002_unique_short_name','2023-02-21 14:15:25.014811'),(721,'organizations','0003_historicalorganizationcourse','2023-02-21 14:15:25.458717'),(722,'outcome_surveys','0001_initial','2023-02-21 14:15:25.529813'),(723,'outcome_surveys','0002_learnercourseevent_already_sent','2023-02-21 14:15:25.553184'),(724,'outcome_surveys','0003_auto_20230130_0352','2023-02-21 14:15:25.692794'),(725,'outcome_surveys','0004_auto_20230203_0147','2023-02-21 14:15:26.047908'),(726,'program_enrollments','0001_initial','2023-02-21 14:15:27.020674'),(727,'program_enrollments','0002_historicalprogramcourseenrollment_programcourseenrollment','2023-02-21 14:15:29.592785'),(728,'program_enrollments','0003_auto_20190424_1622','2023-02-21 14:15:30.028234'),(729,'program_enrollments','0004_add_programcourseenrollment_relatedname','2023-02-21 14:15:30.590741'),(730,'program_enrollments','0005_canceled_not_withdrawn','2023-02-21 14:15:31.881064'),(731,'program_enrollments','0006_add_the_correct_constraints','2023-02-21 14:15:32.338305'),(732,'program_enrollments','0007_waiting_programcourseenrollment_constraint','2023-02-21 14:15:32.401799'),(733,'program_enrollments','0008_add_ended_programenrollment_status','2023-02-21 14:15:33.753583'),(734,'program_enrollments','0009_update_course_enrollment_field_to_foreign_key','2023-02-21 14:15:34.248336'),(735,'program_enrollments','0010_add_courseaccessroleassignment','2023-02-21 14:15:34.712743'),(736,'programs','0001_initial','2023-02-21 14:15:35.125658'),(737,'programs','0002_programsapiconfig_cache_ttl','2023-02-21 14:15:35.397695'),(738,'programs','0003_auto_20151120_1613','2023-02-21 14:15:37.072846'),(739,'programs','0004_programsapiconfig_enable_certification','2023-02-21 14:15:37.335754'),(740,'programs','0005_programsapiconfig_max_retries','2023-02-21 14:15:37.634877'),(741,'programs','0006_programsapiconfig_xseries_ad_enabled','2023-02-21 14:15:37.900975'),(742,'programs','0007_programsapiconfig_program_listing_enabled','2023-02-21 14:15:38.152593'),(743,'programs','0008_programsapiconfig_program_details_enabled','2023-02-21 14:15:38.400187'),(744,'programs','0009_programsapiconfig_marketing_path','2023-02-21 14:15:38.667580'),(745,'programs','0010_auto_20170204_2332','2023-02-21 14:15:39.661253'),(746,'programs','0011_auto_20170301_1844','2023-02-21 14:15:44.509677'),(747,'programs','0012_auto_20170419_0018','2023-02-21 14:15:44.782116'),(748,'programs','0013_customprogramsconfig','2023-02-21 14:15:45.141473'),(749,'programs','0014_delete_customprogramsconfig','2023-02-21 14:15:45.156175'),(750,'programs','0015_historicalprogramdiscussionsconfiguration_historicalprogramliveconfiguration_programdiscussionsconfi','2023-02-21 14:15:47.173239'),(751,'redirects','0001_initial','2023-02-21 14:15:47.533561'),(752,'redirects','0002_alter_redirect_new_path_help_text','2023-02-21 14:15:47.609324'),(753,'rss_proxy','0001_initial','2023-02-21 14:15:47.626282'),(754,'sap_success_factors','0001_squashed_0022_auto_20200206_1046','2023-02-21 14:15:48.420660'),(755,'sap_success_factors','0002_sapsuccessfactorslearnerdatatransmissionaudit_credit_hours','2023-02-21 14:15:48.424096'),(756,'sap_success_factors','0003_auto_20210701_1556','2023-02-21 14:15:48.426782'),(757,'sap_success_factors','0004_auto_20210708_1639','2023-02-21 14:15:48.429560'),(758,'sap_success_factors','0005_sapsuccessfactorsenterprisecustomerconfiguration_prevent_learner_self_submit_grades','2023-02-21 14:15:48.432875'),(759,'sap_success_factors','0006_sapsuccessfactorsenterprisecustomerconfiguration_idp_id','2023-02-21 14:15:48.435503'),(760,'sap_success_factors','0007_sapsuccessfactorsenterprisecustomerconfiguration_disable_learner_data_transmissions','2023-02-21 14:15:48.437730'),(761,'sap_success_factors','0008_alter_sapsuccessfactorsenterprisecustomerconfiguration_enterprise_customer','2023-02-21 14:15:48.440808'),(762,'sap_success_factors','0009_auto_20220126_1837','2023-02-21 14:15:48.443569'),(763,'sap_success_factors','0010_sapsuccessfactorsenterprisecustomerconfiguration_display_name','2023-02-21 14:15:48.446564'),(764,'sap_success_factors','0011_alter_sapsuccessfactorslearnerdatatransmissionaudit_enterprise_course_enrollment_id','2023-02-21 14:15:48.449053'),(765,'sap_success_factors','0002_alter_sapsuccessfactorsenterprisecustomerconfiguration_display_name','2023-02-21 14:15:48.547818'),(766,'sap_success_factors','0003_alter_sapsuccessfactorslearnerdatatransmissionaudit_completed_timestamp','2023-02-21 14:15:48.575486'),(767,'sap_success_factors','0004_auto_20220324_1550','2023-02-21 14:15:48.763292'),(768,'sap_success_factors','0005_auto_20220325_1757','2023-02-21 14:15:48.766451'),(769,'sap_success_factors','0006_auto_20220330_1157','2023-02-21 14:15:48.768442'),(770,'sap_success_factors','0005_sapsuccessfactorsenterprisecustomerconfiguration_dry_run_mode_enabled','2023-02-21 14:15:48.853277'),(771,'sap_success_factors','0006_sapsuccessfactorslearnerdatatransmissionaudit_friendly_status_message','2023-02-21 14:15:48.875782'),(772,'sap_success_factors','0007_sapsuccessfactorslearnerdatatransmissionaudit_api_record','2023-02-21 14:15:49.759182'),(773,'sap_success_factors','0008_auto_20221021_0159','2023-02-21 14:15:49.891585'),(774,'sap_success_factors','0009_sapsuccessfactorsenterprisecustomerconfiguration_deleted_at','2023-02-21 14:15:49.998782'),(775,'sap_success_factors','0010_move_and_recrete_completed_timestamp','2023-02-21 14:15:50.196231'),(776,'sap_success_factors','0011_alter_sapsuccessfactorslearnerdatatransmissionaudit_index_together','2023-02-21 14:15:50.255238'),(777,'sap_success_factors','0012_auto_20230105_2122','2023-02-21 14:15:50.779034'),(778,'sap_success_factors','0013_sapsuccessfactorsenterprisecustomerconfiguration_last_modified_at','2023-02-21 14:15:50.877704'),(779,'save_for_later','0001_initial','2023-02-21 14:15:50.916967'),(780,'save_for_later','0002_auto_20220322_1621','2023-02-21 14:15:51.150563'),(781,'schedules','0001_initial','2023-02-21 14:15:51.524231'),(782,'schedules','0002_auto_20170816_1532','2023-02-21 14:15:51.613793'),(783,'schedules','0003_scheduleconfig','2023-02-21 14:15:52.646737'),(784,'schedules','0004_auto_20170922_1428','2023-02-21 14:15:53.183448'),(785,'schedules','0005_auto_20171010_1722','2023-02-21 14:15:53.704608'),(786,'schedules','0006_scheduleexperience','2023-02-21 14:15:54.071547'),(787,'schedules','0007_scheduleconfig_hold_back_ratio','2023-02-21 14:15:54.355363'),(788,'schedules','0008_add_new_start_date_field','2023-02-21 14:15:54.398531'),(789,'schedules','0009_schedule_copy_column_values','2023-02-21 14:15:54.411640'),(790,'schedules','0010_remove_null_blank_from_schedules_date','2023-02-21 14:15:54.456278'),(791,'schedules','0011_auto_20200228_2018','2023-02-21 14:15:54.815001'),(792,'schedules','0012_auto_20200302_1914','2023-02-21 14:15:55.640886'),(793,'schedules','0013_historicalschedule','2023-02-21 14:15:56.003880'),(794,'schedules','0014_historicalschedule_drop_fk','2023-02-21 14:15:56.412559'),(795,'schedules','0015_schedules_start_nullable','2023-02-21 14:15:56.739660'),(796,'schedules','0016_remove_start_from_schedules','2023-02-21 14:15:56.780520'),(797,'schedules','0017_remove_start_from_historicalschedule','2023-02-21 14:15:57.042827'),(798,'schedules','0018_readd_historicalschedule_fks','2023-02-21 14:15:58.254308'),(799,'schedules','0019_auto_20200316_1935','2023-02-21 14:15:59.171280'),(800,'schedules','0020_remove_config_rollout_fields','2023-02-21 14:15:59.729821'),(801,'sessions','0001_initial','2023-02-21 14:15:59.748662'),(802,'site_configuration','0001_initial','2023-02-21 14:16:00.521268'),(803,'site_configuration','0002_auto_20160720_0231','2023-02-21 14:16:00.654758'),(804,'site_configuration','0003_auto_20200217_1058','2023-02-21 14:16:01.267261'),(805,'site_configuration','0004_add_site_values_field','2023-02-21 14:16:01.413418'),(806,'site_configuration','0005_populate_siteconfig_history_site_values','2023-02-21 14:16:01.426422'),(807,'site_configuration','0006_copy_values_to_site_values','2023-02-21 14:16:01.440341'),(808,'site_configuration','0007_remove_values_field','2023-02-21 14:16:01.574092'),(809,'site_configuration','0008_auto_20210910_0940','2023-02-21 14:16:01.716487'),(810,'default','0001_initial','2023-02-21 14:16:02.400002'),(811,'social_auth','0001_initial','2023-02-21 14:16:02.402701'),(812,'default','0002_add_related_name','2023-02-21 14:16:02.774248'),(813,'social_auth','0002_add_related_name','2023-02-21 14:16:02.776615'),(814,'default','0003_alter_email_max_length','2023-02-21 14:16:02.802278'),(815,'social_auth','0003_alter_email_max_length','2023-02-21 14:16:02.804978'),(816,'default','0004_auto_20160423_0400','2023-02-21 14:16:03.050292'),(817,'social_auth','0004_auto_20160423_0400','2023-02-21 14:16:03.053194'),(818,'social_auth','0005_auto_20160727_2333','2023-02-21 14:16:03.077141'),(819,'social_django','0006_partial','2023-02-21 14:16:03.093255'),(820,'social_django','0007_code_timestamp','2023-02-21 14:16:03.115172'),(821,'social_django','0008_partial_timestamp','2023-02-21 14:16:03.137443'),(822,'social_django','0009_auto_20191118_0520','2023-02-21 14:16:03.627928'),(823,'social_django','0010_uid_db_index','2023-02-21 14:16:04.311319'),(824,'splash','0001_initial','2023-02-21 14:16:04.720384'),(825,'split_modulestore_django','0001_initial','2023-02-21 14:16:05.145575'),(826,'split_modulestore_django','0002_data_migration','2023-02-21 14:16:05.160143'),(827,'staffgrader','0001_initial','2023-02-21 14:16:05.176934'),(828,'static_replace','0001_initial','2023-02-21 14:16:05.543708'),(829,'static_replace','0002_assetexcludedextensionsconfig','2023-02-21 14:16:05.922369'),(830,'status','0001_initial','2023-02-21 14:16:07.185390'),(831,'status','0002_update_help_text','2023-02-21 14:16:07.438195'),(832,'student','0032_removed_logout_view_configuration','2023-02-21 14:16:07.886489'),(833,'student','0033_userprofile_state','2023-02-21 14:16:08.173542'),(834,'student','0034_courseenrollmentcelebration','2023-02-21 14:16:08.577551'),(835,'student','0035_bulkchangeenrollmentconfiguration','2023-02-21 14:16:08.961479'),(836,'student','0036_userpasswordtogglehistory','2023-02-21 14:16:09.764953'),(837,'student','0037_linkedinaddtoprofileconfiguration_updates','2023-02-21 14:16:10.522451'),(838,'student','0038_auto_20201021_1256','2023-02-21 14:16:10.800261'),(839,'student','0039_anon_id_context','2023-02-21 14:16:11.060941'),(840,'student','0040_usercelebration','2023-02-21 14:16:11.426273'),(841,'student','0041_registration_activation_timestamp','2023-02-21 14:16:11.714252'),(842,'student','0042_allow_certificate_null_20210427_1519','2023-02-21 14:16:12.466277'),(843,'student','0043_remove_userprofile_allow_certificate','2023-02-21 14:16:12.722623'),(844,'student','0044_courseenrollmentcelebration_celebrate_weekly_goal','2023-02-21 14:16:12.770486'),(845,'submissions','0001_initial','2023-02-21 14:16:13.657952'),(846,'submissions','0002_auto_20151119_0913','2023-02-21 14:16:13.659970'),(847,'submissions','0003_submission_status','2023-02-21 14:16:13.662229'),(848,'submissions','0004_remove_django_extensions','2023-02-21 14:16:13.664115'),(849,'submissions','0005_CreateTeamModel','2023-02-21 14:16:13.665857'),(850,'submissions','0002_team_submission_optional','2023-02-21 14:16:14.136402'),(851,'submissions','0003_ensure_ascii','2023-02-21 14:16:14.172772'),(852,'super_csv','0001_initial','2023-02-21 14:16:14.196316'),(853,'super_csv','0002_csvoperation_user','2023-02-21 14:16:14.651424'),(854,'super_csv','0003_csvoperation_original_filename','2023-02-21 14:16:15.477690'),(855,'support','0001_initial','2023-02-21 14:16:15.919611'),(856,'survey','0001_initial','2023-02-21 14:16:16.361752'),(857,'survey_report','0001_initial','2023-02-21 14:16:16.382427'),(858,'survey_report','0002_auto_20221130_1533','2023-02-21 14:16:16.528012'),(859,'survey_report','0003_add_state_field_and_add_default_values_to_fields','2023-02-21 14:16:16.667192'),(860,'system_wide_roles','0001_SystemWideRole_SystemWideRoleAssignment','2023-02-21 14:16:17.059299'),(861,'system_wide_roles','0002_add_system_wide_student_support_role','2023-02-21 14:16:17.074381'),(862,'system_wide_roles','0003_systemwideroleassignment_applies_to_all_contexts','2023-02-21 14:16:17.345496'),(863,'teams','0001_initial','2023-02-21 14:16:18.963061'),(864,'teams','0002_slug_field_ids','2023-02-21 14:16:19.538425'),(865,'teams','0003_courseteam_organization_protected','2023-02-21 14:16:19.889632'),(866,'teams','0004_alter_defaults','2023-02-21 14:16:21.616330'),(867,'theming','0001_initial','2023-02-21 14:16:22.022019'),(868,'third_party_auth','0001_squashed_0026_auto_20200401_1932','2023-02-21 14:16:24.450474'),(869,'third_party_auth','0002_samlproviderconfig_country','2023-02-21 14:16:24.804666'),(870,'third_party_auth','0002_auto_20200721_1650','2023-02-21 14:16:26.156313'),(871,'third_party_auth','0003_samlconfiguration_is_public','2023-02-21 14:16:26.577792'),(872,'third_party_auth','0004_auto_20200919_0955','2023-02-21 14:16:28.398553'),(873,'third_party_auth','0005_auto_20210723_1527','2023-02-21 14:16:29.422597'),(874,'third_party_auth','0006_auto_20220314_1551','2023-02-21 14:16:33.048118'),(875,'third_party_auth','0007_samlproviderconfig_was_valid_at','2023-02-21 14:16:33.435184'),(876,'third_party_auth','0008_auto_20220324_1422','2023-02-21 14:16:34.706344'),(877,'third_party_auth','0009_historicalusersocialauth','2023-02-21 14:16:35.214432'),(878,'third_party_auth','0010_delete_historicalusersocialauth','2023-02-21 14:16:35.231400'),(879,'thumbnail','0001_initial','2023-02-21 14:16:35.248912'),(880,'track','0001_initial','2023-02-21 14:16:35.269502'),(881,'track','0002_delete_trackinglog','2023-02-21 14:16:35.285748'),(882,'user_api','0003_userretirementrequest','2023-02-21 14:16:35.838888'),(883,'user_api','0004_userretirementpartnerreportingstatus','2023-02-21 14:16:36.356792'),(884,'user_authn','0001_data__add_login_service','2023-02-21 14:16:36.372676'),(885,'user_tours','0001_initial','2023-02-21 14:16:36.913721'),(886,'user_tours','0002_auto_20230110_0905','2023-02-21 14:16:38.184555'),(887,'util','0001_initial','2023-02-21 14:16:38.645413'),(888,'util','0002_data__default_rate_limit_config','2023-02-21 14:16:38.664211'),(889,'verify_student','0001_initial','2023-02-21 14:16:43.707753'),(890,'verify_student','0002_auto_20151124_1024','2023-02-21 14:16:44.175248'),(891,'verify_student','0003_auto_20151113_1443','2023-02-21 14:16:44.550664'),(892,'verify_student','0004_delete_historical_records','2023-02-21 14:16:44.999227'),(893,'verify_student','0005_remove_deprecated_models','2023-02-21 14:16:50.094918'),(894,'verify_student','0006_ssoverification','2023-02-21 14:16:50.554690'),(895,'verify_student','0007_idverificationaggregate','2023-02-21 14:16:51.096579'),(896,'verify_student','0008_populate_idverificationaggregate','2023-02-21 14:16:51.114147'),(897,'verify_student','0009_remove_id_verification_aggregate','2023-02-21 14:16:52.113983'),(898,'verify_student','0010_manualverification','2023-02-21 14:16:53.203819'),(899,'verify_student','0011_add_fields_to_sspv','2023-02-21 14:16:53.871321'),(900,'verify_student','0012_sspverificationretryconfig','2023-02-21 14:16:54.396548'),(901,'verify_student','0013_add_expiration_date_field','2023-02-21 14:16:55.354476'),(902,'verify_student','0014_remove_softwaresecurephotoverification_expiry_date','2023-02-21 14:16:55.710800'),(903,'video_config','0001_initial','2023-02-21 14:16:57.424574'),(904,'video_config','0002_coursevideotranscriptenabledflag_videotranscriptenabledflag','2023-02-21 14:16:58.419925'),(905,'video_config','0003_transcriptmigrationsetting','2023-02-21 14:16:58.881892'),(906,'video_config','0004_transcriptmigrationsetting_command_run','2023-02-21 14:16:59.798024'),(907,'video_config','0005_auto_20180719_0752','2023-02-21 14:17:00.201453'),(908,'video_config','0006_videothumbnailetting_updatedcoursevideos','2023-02-21 14:17:00.773298'),(909,'video_config','0007_videothumbnailsetting_offset','2023-02-21 14:17:01.108123'),(910,'video_config','0008_courseyoutubeblockedflag','2023-02-21 14:17:01.777703'),(911,'video_pipeline','0001_initial','2023-02-21 14:17:02.267925'),(912,'video_pipeline','0002_auto_20171114_0704','2023-02-21 14:17:03.535136'),(913,'video_pipeline','0003_coursevideouploadsenabledbydefault_videouploadsenabledbydefault','2023-02-21 14:17:04.488958'),(914,'video_pipeline','0004_vempipelineintegration','2023-02-21 14:17:04.948991'),(915,'video_pipeline','0005_add_vem_course_percentage','2023-02-21 14:17:05.301075'),(916,'video_pipeline','0006_remove_vempipelineintegration_vem_enabled_courses_percentage','2023-02-21 14:17:06.205909'),(917,'video_pipeline','0007_delete_videopipelineintegration','2023-02-21 14:17:06.224675'),(918,'waffle','0002_auto_20161201_0958','2023-02-21 14:17:06.260080'),(919,'waffle','0003_update_strings_for_i18n','2023-02-21 14:17:13.453011'),(920,'waffle','0004_update_everyone_nullbooleanfield','2023-02-21 14:17:13.772075'),(921,'waffle_utils','0001_initial','2023-02-21 14:17:14.226667'),(922,'waffle_utils','0002_waffleflagcourseoverridemodel_note','2023-02-21 14:17:14.523127'),(923,'waffle_utils','0003_add_org_level_waffle_override','2023-02-21 14:17:15.388618'),(924,'wiki','0001_initial','2023-02-21 14:17:30.860058'),(925,'wiki','0002_remove_article_subscription','2023-02-21 14:17:30.879306'),(926,'wiki','0003_ip_address_conv','2023-02-21 14:17:32.178081'),(927,'wiki','0004_increase_slug_size','2023-02-21 14:17:32.844166'),(928,'wiki','0005_remove_attachments_and_images','2023-02-21 14:17:35.274268'),(929,'wiki','0006_auto_20200110_1003','2023-02-21 14:17:35.666849'),(930,'workflow','0001_initial','2023-02-21 14:17:35.750074'),(931,'workflow','0002_remove_django_extensions','2023-02-21 14:17:35.785194'),(932,'workflow','0003_TeamWorkflows','2023-02-21 14:17:35.817583'),(933,'workflow','0004_assessmentworkflowstep_skipped','2023-02-21 14:17:35.852798'),(934,'xapi','0001_initial','2023-02-21 14:17:37.031018'),(935,'xapi','0002_auto_20180726_0142','2023-02-21 14:17:37.375055'),(936,'xapi','0003_auto_20190807_1006','2023-02-21 14:17:38.449323'),(937,'xapi','0004_auto_20190830_0710','2023-02-21 14:17:38.777393'),(938,'xapi','0005_auto_20220324_1550','2023-02-21 14:17:42.045126'),(939,'xapi','0006_auto_20220325_1757','2023-02-21 14:17:43.275547'),(940,'xapi','0007_auto_20220405_2311','2023-02-21 14:17:43.931168'),(941,'xapi','0008_xapilearnerdatatransmissionaudit_friendly_status_message','2023-02-21 14:17:44.304955'),(942,'xapi','0009_xapilearnerdatatransmissionaudit_api_record','2023-02-21 14:17:44.791180'),(943,'xapi','0010_auto_20221021_0159','2023-02-21 14:17:46.246627'),(944,'xapi','0011_alter_xapilearnerdatatransmissionaudit_index_together','2023-02-21 14:17:46.576078'),(945,'xblock_django','0001_initial','2023-02-21 14:17:47.027957'),(946,'xblock_django','0002_auto_20160204_0809','2023-02-21 14:17:47.390138'),(947,'xblock_django','0003_add_new_config_models','2023-02-21 14:17:49.287906'),(948,'xblock_django','0004_delete_xblock_disable_config','2023-02-21 14:17:49.758451'),(949,'social_django','0001_initial','2023-02-21 14:17:49.781089'),(950,'social_django','0005_auto_20160727_2333','2023-02-21 14:17:49.783825'),(951,'social_django','0002_add_related_name','2023-02-21 14:17:49.785685'),(952,'social_django','0004_auto_20160423_0400','2023-02-21 14:17:49.787651'),(953,'social_django','0003_alter_email_max_length','2023-02-21 14:17:49.790107'),(954,'submissions','0001_squashed_0005_CreateTeamModel','2023-02-21 14:17:49.791890'),(955,'organizations','0001_squashed_0007_historicalorganization','2023-02-21 14:17:49.794258'),(956,'sap_success_factors','0004_auto_20220324_1550_squashed_0006_auto_20220330_1157','2023-02-21 14:17:49.796151'),(957,'sap_success_factors','0001_squashed_0022_auto_20200206_1046_squashed_0011_alter_sapsuccessfactorslearnerdatatransmissionaudit_enterprise_course_enrollment_id','2023-02-21 14:17:49.798018'),(958,'blackboard','0001_initial_squashed_0014_alter_blackboardlearnerassessmentdatatransmissionaudit_enterprise_course_enrollment_id','2023-02-21 14:17:49.799813'),(959,'contentstore','0001_initial','2023-02-21 14:18:51.862333'),(960,'contentstore','0002_add_assets_page_flag','2023-02-21 14:18:52.753514'),(961,'contentstore','0003_remove_assets_page_flag','2023-02-21 14:18:53.424949'),(962,'contentstore','0004_remove_push_notification_configmodel_table','2023-02-21 14:18:53.768331'),(963,'contentstore','0005_add_enable_checklists_quality_waffle_flag','2023-02-21 14:18:54.109530'),(964,'contentstore','0006_courseoutlineregenerate','2023-02-21 14:18:54.125371'),(965,'contentstore','0007_backfillcoursetabsconfig','2023-02-21 14:18:54.464955'),(966,'contentstore','0008_cleanstalecertificateavailabilitydatesconfig','2023-02-21 14:18:54.787714'),(967,'course_creators','0001_initial','2023-02-21 14:18:55.101341'),(968,'course_creators','0002_add_org_support_for_course_creators','2023-02-21 14:18:55.889979'),(969,'tagging','0001_initial','2023-02-21 14:18:55.934558'),(970,'tagging','0002_auto_20170116_1541','2023-02-21 14:18:55.971895'),(971,'user_tasks','0001_initial','2023-02-21 14:18:56.621397'),(972,'user_tasks','0002_artifact_file_storage','2023-02-21 14:18:56.647963'),(973,'user_tasks','0003_url_max_length','2023-02-21 14:18:56.672737'),(974,'user_tasks','0004_url_textfield','2023-02-21 14:18:56.700847'),(975,'xblock_config','0001_initial','2023-02-21 14:18:57.034092'),(976,'xblock_config','0002_courseeditltifieldsenabledflag','2023-02-21 14:18:57.036700'),(977,'xblock_config','0003_move_course_edit_lti_fields_enabled_flag_model_to_lti_consumer','2023-02-21 14:18:57.039626'),(978,'xblock_config','0001_squashed_0003_move_course_edit_lti_fields_enabled_flag_model_to_lti_consumer','2023-02-21 14:18:57.059641');
/*!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 2023-02-21 14:42:10