This repository was archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 404
Expand file tree
/
Copy pathedxapp_csmh.sql
More file actions
93 lines (78 loc) · 80.1 KB
/
edxapp_csmh.sql
File metadata and controls
93 lines (78 loc) · 80.1 KB
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=948 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','2022-12-16 20:17:48.313891'),(2,'auth','0001_initial','2022-12-16 20:17:48.335869'),(3,'admin','0001_initial','2022-12-16 20:17:48.350041'),(4,'admin','0002_logentry_remove_auto_add','2022-12-16 20:17:48.362271'),(5,'admin','0003_logentry_add_action_flag_choices','2022-12-16 20:17:48.374525'),(6,'agreements','0001_initial','2022-12-16 20:17:48.385686'),(7,'announcements','0001_initial','2022-12-16 20:17:48.392552'),(8,'sites','0001_initial','2022-12-16 20:17:48.399174'),(9,'contenttypes','0002_remove_content_type_name','2022-12-16 20:17:48.418667'),(10,'api_admin','0001_initial','2022-12-16 20:17:48.443263'),(11,'api_admin','0002_auto_20160325_1604','2022-12-16 20:17:48.450350'),(12,'api_admin','0003_auto_20160404_1618','2022-12-16 20:17:48.515928'),(13,'api_admin','0004_auto_20160412_1506','2022-12-16 20:17:48.567388'),(14,'api_admin','0005_auto_20160414_1232','2022-12-16 20:17:48.582001'),(15,'api_admin','0006_catalog','2022-12-16 20:17:48.587961'),(16,'api_admin','0007_delete_historical_api_records','2022-12-16 20:17:48.628500'),(17,'assessment','0001_initial','2022-12-16 20:17:48.743587'),(18,'assessment','0002_staffworkflow','2022-12-16 20:17:48.750193'),(19,'assessment','0003_expand_course_id','2022-12-16 20:17:48.765597'),(20,'assessment','0004_historicalsharedfileupload_sharedfileupload','2022-12-16 20:17:48.788148'),(21,'assessment','0005_add_filename_to_sharedupload','2022-12-16 20:17:48.815394'),(22,'assessment','0006_TeamWorkflows','2022-12-16 20:17:48.825042'),(23,'assessment','0007_staff_workflow_blank','2022-12-16 20:17:48.855685'),(24,'auth','0002_alter_permission_name_max_length','2022-12-16 20:17:48.876044'),(25,'auth','0003_alter_user_email_max_length','2022-12-16 20:17:48.895853'),(26,'auth','0004_alter_user_username_opts','2022-12-16 20:17:48.914162'),(27,'auth','0005_alter_user_last_login_null','2022-12-16 20:17:48.934537'),(28,'auth','0006_require_contenttypes_0002','2022-12-16 20:17:48.938538'),(29,'auth','0007_alter_validators_add_error_messages','2022-12-16 20:17:48.954092'),(30,'auth','0008_alter_user_username_max_length','2022-12-16 20:17:48.969159'),(31,'auth','0009_alter_user_last_name_max_length','2022-12-16 20:17:48.986534'),(32,'auth','0010_alter_group_name_max_length','2022-12-16 20:17:49.002420'),(33,'auth','0011_update_proxy_permissions','2022-12-16 20:17:49.009605'),(34,'auth','0012_alter_user_first_name_max_length','2022-12-16 20:17:49.027284'),(35,'instructor_task','0001_initial','2022-12-16 20:17:49.043850'),(36,'certificates','0001_initial','2022-12-16 20:17:49.360563'),(37,'certificates','0002_data__certificatehtmlviewconfiguration_data','2022-12-16 20:17:49.367135'),(38,'certificates','0003_data__default_modes','2022-12-16 20:17:49.373821'),(39,'certificates','0004_certificategenerationhistory','2022-12-16 20:17:49.396564'),(40,'certificates','0005_auto_20151208_0801','2022-12-16 20:17:49.422508'),(41,'certificates','0006_certificatetemplateasset_asset_slug','2022-12-16 20:17:49.429279'),(42,'certificates','0007_certificateinvalidation','2022-12-16 20:17:49.454263'),(43,'badges','0001_initial','2022-12-16 20:17:49.494483'),(44,'badges','0002_data__migrate_assertions','2022-12-16 20:17:49.501612'),(45,'badges','0003_schema__add_event_configuration','2022-12-16 20:17:49.543004'),(46,'badges','0004_badgeclass_badgr_server_slug','2022-12-16 20:17:49.551901'),(47,'waffle','0001_initial','2022-12-16 20:17:49.593108'),(48,'sites','0002_alter_domain_unique','2022-12-16 20:17:49.638052'),(49,'enterprise','0001_squashed_0092_auto_20200312_1650','2022-12-16 20:17:50.636203'),(50,'enterprise','0093_add_use_enterprise_catalog_flag','2022-12-16 20:17:50.642822'),(51,'enterprise','0094_add_use_enterprise_catalog_sample','2022-12-16 20:17:50.651695'),(52,'integrated_channel','0001_squashed_0007_auto_20190925_0730','2022-12-16 20:17:50.716436'),(53,'integrated_channel','0002_learnerdatatransmissionaudit_subsection_id','2022-12-16 20:17:50.725401'),(54,'integrated_channel','0003_contentmetadataitemtransmission_content_last_changed','2022-12-16 20:17:50.751647'),(55,'integrated_channel','0004_contentmetadataitemtransmission_enterprise_customer_catalog_uuid','2022-12-16 20:17:50.780499'),(56,'integrated_channel','0005_auto_20211005_1052','2022-12-16 20:17:50.810724'),(57,'integrated_channel','0006_contentmetadataitemtransmission_deleted_at','2022-12-16 20:17:50.837931'),(58,'integrated_channel','0007_delete_learnerdatatransmissionaudit','2022-12-16 20:17:50.844389'),(59,'integrated_channel','0008_genericlearnerdatatransmissionaudit','2022-12-16 20:17:50.852160'),(60,'integrated_channel','0009_auto_20220325_1757','2022-12-16 20:17:50.865599'),(61,'enterprise','0095_auto_20200507_1138','2022-12-16 20:17:50.957710'),(62,'enterprise','0096_enterprise_catalog_admin_role','2022-12-16 20:17:50.966722'),(63,'enterprise','0097_auto_20200619_1130','2022-12-16 20:17:51.121169'),(64,'enterprise','0098_auto_20200629_1756','2022-12-16 20:17:51.473032'),(65,'enterprise','0099_auto_20200702_1537','2022-12-16 20:17:51.550738'),(66,'enterprise','0100_add_licensed_enterprise_course_enrollment','2022-12-16 20:17:51.723107'),(67,'enterprise','0101_move_data_to_saved_for_later','2022-12-16 20:17:51.730463'),(68,'enterprise','0102_auto_20200708_1615','2022-12-16 20:17:51.811857'),(69,'enterprise','0103_remove_marked_done','2022-12-16 20:17:51.879379'),(70,'enterprise','0104_sync_query_field','2022-12-16 20:17:51.965676'),(71,'enterprise','0105_add_branding_config_color_fields','2022-12-16 20:17:52.042731'),(72,'enterprise','0106_move_branding_config_colors','2022-12-16 20:17:52.050112'),(73,'enterprise','0107_remove_branding_config_banner_fields','2022-12-16 20:17:52.098588'),(74,'enterprise','0108_add_licensed_enrollment_is_revoked','2022-12-16 20:17:52.147178'),(75,'enterprise','0109_remove_use_enterprise_catalog_sample','2022-12-16 20:17:52.154177'),(76,'enterprise','0110_add_default_contract_discount','2022-12-16 20:17:52.233643'),(77,'enterprise','0111_pendingenterprisecustomeradminuser','2022-12-16 20:17:52.357998'),(78,'enterprise','0112_auto_20200914_0926','2022-12-16 20:17:52.455069'),(79,'enterprise','0113_auto_20200914_2054','2022-12-16 20:17:52.557564'),(80,'enterprise','0114_auto_20201020_0142','2022-12-16 20:17:52.643615'),(81,'enterprise','0115_enterpriseanalyticsuser_historicalenterpriseanalyticsuser','2022-12-16 20:17:52.764273'),(82,'enterprise','0116_auto_20201116_0400','2022-12-16 20:17:52.793579'),(83,'enterprise','0116_auto_20201208_1759','2022-12-16 20:17:52.876605'),(84,'enterprise','0117_auto_20201215_0258','2022-12-16 20:17:52.942754'),(85,'enterprise','unique_constraints_pending_users','2022-12-16 20:17:53.483583'),(86,'enterprise','0001_auto_20210111_1253','2022-12-16 20:17:53.597237'),(87,'enterprise','0120_systemwiderole_applies_to_all_contexts','2022-12-16 20:17:53.728537'),(88,'enterprise','0121_systemwiderole_add_ent_cust_field','2022-12-16 20:17:53.822770'),(89,'enterprise','0122_remove_field_sync_enterprise_catalog_query','2022-12-16 20:17:53.905396'),(90,'enterprise','0123_enterprisecustomeridentityprovider_default_provider','2022-12-16 20:17:53.931974'),(91,'enterprise','0124_auto_20210301_1309','2022-12-16 20:17:54.011949'),(92,'enterprise','0125_add_config_for_role_assign_backfill','2022-12-16 20:17:54.072551'),(93,'enterprise','0126_auto_20210308_1522','2022-12-16 20:17:54.144121'),(94,'enterprise','0127_enterprisecatalogquery_uuid','2022-12-16 20:17:54.153675'),(95,'enterprise','0128_enterprisecatalogquery_generate_uuids','2022-12-16 20:17:54.159601'),(96,'enterprise','0129_enterprisecatalogquery_uuid_unique','2022-12-16 20:17:54.168959'),(97,'enterprise','0130_lms_customer_lp_search_help_text','2022-12-16 20:17:54.257104'),(98,'enterprise','0131_auto_20210517_0924','2022-12-16 20:17:54.350160'),(99,'enterprise','0132_auto_20210608_1921','2022-12-16 20:17:54.519148'),(100,'enterprise','0133_auto_20210608_1931','2022-12-16 20:17:54.525950'),(101,'enterprise','0134_enterprisecustomerreportingconfiguration_enable_compression','2022-12-16 20:17:54.554282'),(102,'enterprise','0135_adminnotification_adminnotificationfilter_adminnotificationread','2022-12-16 20:17:54.633488'),(103,'enterprise','0136_auto_20210629_2129','2022-12-16 20:17:54.811329'),(104,'enterprise','0137_enrollment_email_update','2022-12-16 20:17:54.817563'),(105,'enterprise','0138_bulkcatalogqueryupdatecommandconfiguration','2022-12-16 20:17:54.933151'),(106,'enterprise','0139_auto_20210803_1854','2022-12-16 20:17:54.966219'),(107,'enterprise','0140_update_enrollment_sources','2022-12-16 20:17:54.976575'),(108,'enterprise','0141_make_enterprisecatalogquery_title_unique','2022-12-16 20:17:54.995039'),(109,'enterprise','0142_auto_20210907_2059','2022-12-16 20:17:55.045982'),(110,'enterprise','0143_auto_20210908_0559','2022-12-16 20:17:55.609278'),(111,'enterprise','0144_auto_20211011_1030','2022-12-16 20:17:55.618920'),(112,'enterprise','0145_auto_20211013_1018','2022-12-16 20:17:55.708162'),(113,'enterprise','0146_enterprise_customer_invite_key','2022-12-16 20:17:55.973504'),(114,'enterprise','0147_auto_20211129_1949','2022-12-16 20:17:56.068708'),(115,'enterprise','0148_auto_20211129_2114','2022-12-16 20:17:56.184693'),(116,'enterprise','0149_invite_key_required_default_expiry_backfill','2022-12-16 20:17:56.191842'),(117,'enterprise','0150_invite_key_expiry_required','2022-12-16 20:17:56.293476'),(118,'enterprise','0151_add_is_active_to_invite_key','2022-12-16 20:17:56.379838'),(119,'enterprise','0152_add_should_inactivate_other_customers','2022-12-16 20:17:56.465620'),(120,'enterprise','0153_add_enable_browse_and_request','2022-12-16 20:17:56.575441'),(121,'integrated_channel','0010_genericenterprisecustomerpluginconfiguration','2022-12-16 20:17:56.699362'),(122,'integrated_channel','0011_contentmetadataitemtransmission_plugin_configuration_id','2022-12-16 20:17:56.751984'),(123,'integrated_channel','0012_alter_contentmetadataitemtransmission_unique_together','2022-12-16 20:17:56.786292'),(124,'integrated_channel','0013_auto_20220405_2311','2022-12-16 20:17:56.800830'),(125,'integrated_channel','0014_genericenterprisecustomerpluginconfiguration_dry_run_mode_enabled','2022-12-16 20:17:56.833193'),(126,'integrated_channel','0015_auto_20220718_2113','2022-12-16 20:17:57.267145'),(127,'integrated_channel','0016_contentmetadataitemtransmission_content_title','2022-12-16 20:17:57.309135'),(128,'integrated_channel','0017_contentmetadataitemtransmission_friendly_status_message','2022-12-16 20:17:57.354033'),(129,'integrated_channel','0018_genericlearnerdatatransmissionaudit_friendly_status_message','2022-12-16 20:17:57.364727'),(130,'integrated_channel','0016_contentmetadataitemtransmission_marked_for','2022-12-16 20:17:57.406777'),(131,'integrated_channel','0019_merge_20220928_1842','2022-12-16 20:17:57.412091'),(132,'integrated_channel','0020_auto_20220929_1712','2022-12-16 20:17:57.570257'),(133,'integrated_channel','0021_remove_contentmetadataitemtransmission_api_response_body','2022-12-16 20:17:57.605634'),(134,'blackboard','0001_initial','2022-12-16 20:17:58.608944'),(135,'blackboard','0002_auto_20200930_1723','2022-12-16 20:17:58.670045'),(136,'blackboard','0003_blackboardlearnerdatatransmissionaudit','2022-12-16 20:17:58.672878'),(137,'blackboard','0004_blackboard_tx_chunk_size_default_1','2022-12-16 20:17:58.675238'),(138,'blackboard','0005_blackboardlearnerassessmentdatatransmissionaudit','2022-12-16 20:17:58.677985'),(139,'blackboard','0006_auto_20210708_1446','2022-12-16 20:17:58.681811'),(140,'blackboard','0007_auto_20210909_1536','2022-12-16 20:17:58.685455'),(141,'blackboard','0008_auto_20210923_1727','2022-12-16 20:17:58.689066'),(142,'blackboard','0009_alter_blackboardenterprisecustomerconfiguration_enterprise_customer','2022-12-16 20:17:58.691531'),(143,'blackboard','0010_auto_20211221_1532','2022-12-16 20:17:58.693608'),(144,'blackboard','0011_auto_20220126_1837','2022-12-16 20:17:58.695622'),(145,'blackboard','0012_auto_20220131_1539','2022-12-16 20:17:58.697573'),(146,'blackboard','0013_blacboardglobalconfiguration','2022-12-16 20:17:58.699486'),(147,'blackboard','0014_alter_blackboardlearnerassessmentdatatransmissionaudit_enterprise_course_enrollment_id','2022-12-16 20:17:58.701535'),(148,'blackboard','0002_auto_20220302_2231','2022-12-16 20:17:59.078522'),(149,'blackboard','0003_alter_blackboardlearnerdatatransmissionaudit_completed_timestamp','2022-12-16 20:17:59.088392'),(150,'blackboard','0004_auto_20220324_1550','2022-12-16 20:17:59.148131'),(151,'blackboard','0005_auto_20220325_1757','2022-12-16 20:17:59.162199'),(152,'blackboard','0006_auto_20220405_2311','2022-12-16 20:17:59.259070'),(153,'blackboard','0007_auto_20220523_1625','2022-12-16 20:17:59.371378'),(154,'blackboard','0008_auto_20220913_2018','2022-12-16 20:17:59.388386'),(155,'blackboard','0009_auto_20220929_1720','2022-12-16 20:17:59.554882'),(156,'blackboard','0010_auto_20221021_0159','2022-12-16 20:17:59.621569'),(157,'blackboard','0011_auto_20221031_1855','2022-12-16 20:17:59.737704'),(158,'blackboard','0012_move_and_recrete_completed_timestamp','2022-12-16 20:17:59.763992'),(159,'block_structure','0001_config','2022-12-16 20:17:59.843485'),(160,'block_structure','0002_blockstructuremodel','2022-12-16 20:17:59.852239'),(161,'block_structure','0003_blockstructuremodel_storage','2022-12-16 20:17:59.861764'),(162,'block_structure','0004_blockstructuremodel_usagekeywithrun','2022-12-16 20:17:59.870841'),(163,'block_structure','0005_trim_leading_slashes_in_data_path','2022-12-16 20:17:59.876544'),(164,'bookmarks','0001_initial','2022-12-16 20:18:00.084063'),(165,'branding','0001_initial','2022-12-16 20:18:00.247139'),(166,'course_modes','0001_initial','2022-12-16 20:18:00.263713'),(167,'course_modes','0002_coursemode_expiration_datetime_is_explicit','2022-12-16 20:18:00.276857'),(168,'course_modes','0003_auto_20151113_1443','2022-12-16 20:18:00.287534'),(169,'course_modes','0004_auto_20151113_1457','2022-12-16 20:18:00.384294'),(170,'course_modes','0005_auto_20151217_0958','2022-12-16 20:18:00.396709'),(171,'course_modes','0006_auto_20160208_1407','2022-12-16 20:18:00.455067'),(172,'course_modes','0007_coursemode_bulk_sku','2022-12-16 20:18:00.465427'),(173,'course_groups','0001_initial','2022-12-16 20:18:01.434968'),(174,'bulk_email','0001_initial','2022-12-16 20:18:01.758189'),(175,'bulk_email','0002_data__load_course_email_template','2022-12-16 20:18:01.766552'),(176,'bulk_email','0003_config_model_feature_flag','2022-12-16 20:18:01.867505'),(177,'bulk_email','0004_add_email_targets','2022-12-16 20:18:02.140813'),(178,'bulk_email','0005_move_target_data','2022-12-16 20:18:02.150446'),(179,'bulk_email','0006_course_mode_targets','2022-12-16 20:18:02.347527'),(180,'bulk_email','0007_disabledcourse','2022-12-16 20:18:02.357591'),(181,'courseware','0001_initial','2022-12-16 20:18:03.714977'),(182,'bulk_grades','0001_initial','2022-12-16 20:18:03.840906'),(183,'bulk_grades','0002_auto_20190703_1526','2022-12-16 20:18:03.967614'),(184,'bundles','0001_initial','2022-12-16 20:18:04.019226'),(185,'bundles','0002_create_drafts','2022-12-16 20:18:04.046027'),(186,'bundles','0003_update_character_set','2022-12-16 20:18:04.115929'),(187,'calendar_sync','0001_initial','2022-12-16 20:18:04.844127'),(188,'calendar_sync','0002_auto_20200709_1743','2022-12-16 20:18:05.043027'),(189,'canvas','0001_initial','2022-12-16 20:18:05.388097'),(190,'canvas','0002_auto_20200806_1632','2022-12-16 20:18:05.564206'),(191,'canvas','0003_delete_canvasglobalconfiguration','2022-12-16 20:18:05.572832'),(192,'canvas','0004_adding_learner_data_to_canvas','2022-12-16 20:18:05.583271'),(193,'canvas','0005_auto_20200909_1534','2022-12-16 20:18:05.606732'),(194,'canvas','0006_canvaslearnerassessmentdatatransmissionaudit','2022-12-16 20:18:05.618489'),(195,'canvas','0007_auto_20210222_2225','2022-12-16 20:18:05.820419'),(196,'canvas','0008_auto_20210707_0815','2022-12-16 20:18:05.980669'),(197,'canvas','0009_auto_20210708_1639','2022-12-16 20:18:06.151822'),(198,'canvas','0010_auto_20210909_1536','2022-12-16 20:18:06.295917'),(199,'canvas','0011_auto_20210923_1727','2022-12-16 20:18:06.427562'),(200,'canvas','0012_alter_canvasenterprisecustomerconfiguration_enterprise_customer','2022-12-16 20:18:07.022687'),(201,'canvas','0013_auto_20211221_1535','2022-12-16 20:18:07.207812'),(202,'canvas','0014_auto_20220126_1837','2022-12-16 20:18:07.912525'),(203,'canvas','0015_auto_20220127_1605','2022-12-16 20:18:08.028423'),(204,'canvas','0016_auto_20220131_1539','2022-12-16 20:18:08.146814'),(205,'canvas','0017_auto_20220302_2231','2022-12-16 20:18:08.542659'),(206,'canvas','0018_alter_canvaslearnerdatatransmissionaudit_completed_timestamp','2022-12-16 20:18:08.554525'),(207,'canvas','0019_auto_20220324_1550','2022-12-16 20:18:08.626948'),(208,'canvas','0020_auto_20220325_1757','2022-12-16 20:18:08.644391'),(209,'canvas','0021_auto_20220405_2311','2022-12-16 20:18:08.767949'),(210,'canvas','0022_auto_20220523_1625','2022-12-16 20:18:08.886877'),(211,'canvas','0023_auto_20220913_2018','2022-12-16 20:18:08.904283'),(212,'canvas','0024_auto_20220929_1720','2022-12-16 20:18:09.121241'),(213,'canvas','0025_auto_20221021_0159','2022-12-16 20:18:09.199523'),(214,'canvas','0026_auto_20221031_1855','2022-12-16 20:18:09.332381'),(215,'canvas','0027_move_and_recrete_completed_timestamp','2022-12-16 20:18:09.360678'),(216,'catalog','0001_initial','2022-12-16 20:18:09.467016'),(217,'catalog','0002_catalogintegration_username','2022-12-16 20:18:09.558128'),(218,'catalog','0003_catalogintegration_page_size','2022-12-16 20:18:09.636819'),(219,'catalog','0004_auto_20170616_0618','2022-12-16 20:18:09.706824'),(220,'catalog','0005_catalogintegration_long_term_cache_ttl','2022-12-16 20:18:09.770599'),(221,'celery_utils','0001_initial','2022-12-16 20:18:09.786672'),(222,'celery_utils','0002_chordable_django_backend','2022-12-16 20:18:09.790987'),(223,'certificates','0008_schema__remove_badges','2022-12-16 20:18:09.955915'),(224,'certificates','0009_certificategenerationcoursesetting_language_self_generation','2022-12-16 20:18:09.989502'),(225,'certificates','0010_certificatetemplate_language','2022-12-16 20:18:10.004165'),(226,'certificates','0011_certificatetemplate_alter_unique','2022-12-16 20:18:10.024729'),(227,'certificates','0012_certificategenerationcoursesetting_include_hours_of_effort','2022-12-16 20:18:10.036288'),(228,'certificates','0013_remove_certificategenerationcoursesetting_enabled','2022-12-16 20:18:10.050201'),(229,'certificates','0014_change_eligible_certs_manager','2022-12-16 20:18:10.445911'),(230,'certificates','0015_add_masters_choice','2022-12-16 20:18:10.557796'),(231,'certificates','0016_historicalgeneratedcertificate','2022-12-16 20:18:10.684365'),(232,'certificates','0017_add_mode_20201118_1725','2022-12-16 20:18:10.867950'),(233,'certificates','0018_historicalcertificateinvalidation','2022-12-16 20:18:10.979236'),(234,'certificates','0019_allowlistgenerationconfiguration','2022-12-16 20:18:11.093294'),(235,'certificates','0020_remove_existing_mgmt_cmd_args','2022-12-16 20:18:11.101518'),(236,'certificates','0021_remove_certificate_allowlist_duplicate_records','2022-12-16 20:18:11.109420'),(237,'certificates','0022_add_unique_constraints_to_certificatewhitelist_model','2022-12-16 20:18:11.182876'),(238,'certificates','0023_certificategenerationcommandconfiguration','2022-12-16 20:18:11.286890'),(239,'certificates','0024_delete_allowlistgenerationconfiguration','2022-12-16 20:18:11.294304'),(240,'certificates','0025_cleanup_certificate_errors','2022-12-16 20:18:11.365046'),(241,'certificates','0026_certificateallowlist','2022-12-16 20:18:11.491340'),(242,'certificates','0027_historicalcertificateallowlist','2022-12-16 20:18:11.668772'),(243,'certificates','0028_allowlist_data_20210615_2033','2022-12-16 20:18:11.687468'),(244,'certificates','0029_allowlist_created_20210623_1417','2022-12-16 20:18:11.698862'),(245,'certificates','0030_delete_certificatewhitelist','2022-12-16 20:18:11.710214'),(246,'certificates','0031_certificatedateoverride_historicalcertificatedateoverride','2022-12-16 20:18:12.374843'),(247,'certificates','0032_change_certificatedateoverride_date','2022-12-16 20:18:12.514880'),(248,'certificates','0033_auto_20220307_1100','2022-12-16 20:18:12.678890'),(249,'certificates','0034_auto_20220401_1213','2022-12-16 20:18:12.828730'),(250,'user_api','0001_initial','2022-12-16 20:18:13.583959'),(251,'user_api','0002_retirementstate_userretirementstatus','2022-12-16 20:18:13.704664'),(252,'commerce','0001_data__add_ecommerce_service_user','2022-12-16 20:18:13.714989'),(253,'commerce','0002_commerceconfiguration','2022-12-16 20:18:14.121218'),(254,'commerce','0003_auto_20160329_0709','2022-12-16 20:18:14.203728'),(255,'commerce','0004_auto_20160531_0950','2022-12-16 20:18:14.380339'),(256,'commerce','0005_commerceconfiguration_enable_automatic_refund_approval','2022-12-16 20:18:14.472082'),(257,'commerce','0006_auto_20170424_1734','2022-12-16 20:18:14.550434'),(258,'commerce','0007_auto_20180313_0609','2022-12-16 20:18:14.688533'),(259,'commerce','0008_auto_20191024_2048','2022-12-16 20:18:14.698093'),(260,'completion','0001_initial','2022-12-16 20:18:14.971323'),(261,'completion','0002_auto_20180125_1510','2022-12-16 20:18:15.048985'),(262,'completion','0003_learning_context','2022-12-16 20:18:15.707807'),(263,'consent','0001_initial','2022-12-16 20:18:16.025103'),(264,'consent','0002_migrate_to_new_data_sharing_consent','2022-12-16 20:18:16.033688'),(265,'consent','0003_historicaldatasharingconsent_history_change_reason','2022-12-16 20:18:16.153721'),(266,'consent','0004_datasharingconsenttextoverrides','2022-12-16 20:18:16.294659'),(267,'lti1p3_tool_config','0001_initial','2022-12-16 20:18:16.311526'),(268,'organizations','0001_initial','2022-12-16 20:18:16.449304'),(269,'organizations','0002_auto_20170117_1434','2022-12-16 20:18:16.452938'),(270,'organizations','0003_auto_20170221_1138','2022-12-16 20:18:16.456426'),(271,'organizations','0004_auto_20170413_2315','2022-12-16 20:18:16.459912'),(272,'organizations','0005_auto_20171116_0640','2022-12-16 20:18:16.463080'),(273,'organizations','0006_auto_20171207_0259','2022-12-16 20:18:16.465857'),(274,'organizations','0007_historicalorganization','2022-12-16 20:18:16.467872'),(275,'content_libraries','0001_initial','2022-12-16 20:18:17.038742'),(276,'content_libraries','0002_group_permissions','2022-12-16 20:18:18.208470'),(277,'content_libraries','0003_contentlibrary_type','2022-12-16 20:18:18.229036'),(278,'content_libraries','0004_contentlibrary_license','2022-12-16 20:18:18.245880'),(279,'content_libraries','0005_ltigradedresource_ltiprofile','2022-12-16 20:18:18.518239'),(280,'content_libraries','0006_auto_20210615_1916','2022-12-16 20:18:18.750672'),(281,'content_libraries','0005_contentlibraryblockimporttask','2022-12-16 20:18:18.895592'),(282,'content_libraries','0007_merge_20210818_0614','2022-12-16 20:18:18.900349'),(283,'content_libraries','0008_auto_20210818_2148','2022-12-16 20:18:19.847747'),(284,'course_overviews','0001_initial','2022-12-16 20:18:19.867996'),(285,'course_overviews','0002_add_course_catalog_fields','2022-12-16 20:18:19.917704'),(286,'course_overviews','0003_courseoverviewgeneratedhistory','2022-12-16 20:18:19.928046'),(287,'course_overviews','0004_courseoverview_org','2022-12-16 20:18:19.941395'),(288,'course_overviews','0005_delete_courseoverviewgeneratedhistory','2022-12-16 20:18:19.949863'),(289,'course_overviews','0006_courseoverviewimageset','2022-12-16 20:18:19.963344'),(290,'course_overviews','0007_courseoverviewimageconfig','2022-12-16 20:18:20.099010'),(291,'course_overviews','0008_remove_courseoverview_facebook_url','2022-12-16 20:18:20.103825'),(292,'course_overviews','0009_readd_facebook_url','2022-12-16 20:18:20.116491'),(293,'course_overviews','0010_auto_20160329_2317','2022-12-16 20:18:20.140182'),(294,'course_overviews','0011_courseoverview_marketing_url','2022-12-16 20:18:20.154765'),(295,'course_overviews','0012_courseoverview_eligible_for_financial_aid','2022-12-16 20:18:20.170996'),(296,'course_overviews','0013_courseoverview_language','2022-12-16 20:18:20.188402'),(297,'course_overviews','0014_courseoverview_certificate_available_date','2022-12-16 20:18:20.206105'),(298,'content_type_gating','0001_initial','2022-12-16 20:18:20.366007'),(299,'content_type_gating','0002_auto_20181119_0959','2022-12-16 20:18:20.620491'),(300,'content_type_gating','0003_auto_20181128_1407','2022-12-16 20:18:20.801557'),(301,'content_type_gating','0004_auto_20181128_1521','2022-12-16 20:18:20.951244'),(302,'content_type_gating','0005_auto_20190306_1547','2022-12-16 20:18:21.054236'),(303,'content_type_gating','0006_auto_20190308_1447','2022-12-16 20:18:21.495365'),(304,'content_type_gating','0007_auto_20190311_1919','2022-12-16 20:18:22.400734'),(305,'content_type_gating','0008_auto_20190313_1634','2022-12-16 20:18:22.566921'),(306,'contentserver','0001_initial','2022-12-16 20:18:22.743583'),(307,'contentserver','0002_cdnuseragentsconfig','2022-12-16 20:18:22.914826'),(308,'cornerstone','0001_initial','2022-12-16 20:18:23.837433'),(309,'cornerstone','0002_cornerstoneglobalconfiguration_subject_mapping','2022-12-16 20:18:23.920935'),(310,'cornerstone','0003_auto_20190621_1000','2022-12-16 20:18:24.281099'),(311,'cornerstone','0004_cornerstoneglobalconfiguration_languages','2022-12-16 20:18:24.368669'),(312,'cornerstone','0005_auto_20190925_0730','2022-12-16 20:18:24.518983'),(313,'cornerstone','0006_auto_20191001_0742','2022-12-16 20:18:24.663375'),(314,'cornerstone','0007_auto_20210708_1446','2022-12-16 20:18:25.084312'),(315,'cornerstone','0008_auto_20210909_1536','2022-12-16 20:18:25.227062'),(316,'cornerstone','0009_auto_20210923_1727','2022-12-16 20:18:25.373577'),(317,'cornerstone','0010_cornerstonecoursekey','2022-12-16 20:18:25.382459'),(318,'cornerstone','0011_auto_20211103_1855','2022-12-16 20:18:25.682778'),(319,'cornerstone','0012_alter_cornerstoneenterprisecustomerconfiguration_enterprise_customer','2022-12-16 20:18:25.833641'),(320,'cornerstone','0013_auto_20220126_1837','2022-12-16 20:18:26.593491'),(321,'cornerstone','0014_auto_20220131_1539','2022-12-16 20:18:26.780159'),(322,'cornerstone','0015_auto_20220302_2231','2022-12-16 20:18:26.924951'),(323,'cornerstone','0016_auto_20220324_1550','2022-12-16 20:18:27.457931'),(324,'cornerstone','0017_alter_cornerstonelearnerdatatransmissionaudit_course_completed','2022-12-16 20:18:27.539586'),(325,'cornerstone','0018_auto_20220325_1757','2022-12-16 20:18:27.705383'),(326,'cornerstone','0019_auto_20220405_2311','2022-12-16 20:18:28.148394'),(327,'cornerstone','0020_auto_20220523_1625','2022-12-16 20:18:28.304412'),(328,'cornerstone','0021_cornerstonelearnerdatatransmissionaudit_friendly_status_message','2022-12-16 20:18:28.390224'),(329,'cornerstone','0022_cornerstonelearnerdatatransmissionaudit_api_record','2022-12-16 20:18:28.525718'),(330,'cornerstone','0023_auto_20221021_0159','2022-12-16 20:18:28.795697'),(331,'cornerstone','0024_auto_20221031_1855','2022-12-16 20:18:28.983624'),(332,'cors_csrf','0001_initial','2022-12-16 20:18:29.138419'),(333,'course_action_state','0001_initial','2022-12-16 20:18:29.641401'),(334,'course_apps','0001_initial','2022-12-16 20:18:29.792889'),(335,'course_overviews','0015_historicalcourseoverview','2022-12-16 20:18:29.926901'),(336,'course_overviews','0016_simulatecoursepublishconfig','2022-12-16 20:18:30.065606'),(337,'course_overviews','0017_auto_20191002_0823','2022-12-16 20:18:30.150051'),(338,'course_overviews','0018_add_start_end_in_CourseOverview','2022-12-16 20:18:30.333497'),(339,'course_overviews','0019_improve_courseoverviewtab','2022-12-16 20:18:30.516618'),(340,'course_date_signals','0001_initial','2022-12-16 20:18:31.224138'),(341,'course_duration_limits','0001_initial','2022-12-16 20:18:31.360969'),(342,'course_duration_limits','0002_auto_20181119_0959','2022-12-16 20:18:31.463800'),(343,'course_duration_limits','0003_auto_20181128_1407','2022-12-16 20:18:31.575400'),(344,'course_duration_limits','0004_auto_20181128_1521','2022-12-16 20:18:31.710928'),(345,'course_duration_limits','0005_auto_20190306_1546','2022-12-16 20:18:31.810775'),(346,'course_duration_limits','0006_auto_20190308_1447','2022-12-16 20:18:31.908426'),(347,'course_duration_limits','0007_auto_20190311_1919','2022-12-16 20:18:32.801668'),(348,'course_duration_limits','0008_auto_20190313_1634','2022-12-16 20:18:32.900021'),(349,'course_goals','0001_initial','2022-12-16 20:18:33.129217'),(350,'course_goals','0002_auto_20171010_1129','2022-12-16 20:18:33.218328'),(351,'course_goals','0003_historicalcoursegoal','2022-12-16 20:18:33.355293'),(352,'course_goals','0004_auto_20210806_0137','2022-12-16 20:18:33.706552'),(353,'course_goals','0005_useractivity','2022-12-16 20:18:34.297868'),(354,'course_goals','0006_add_unsubscribe_token','2022-12-16 20:18:34.545080'),(355,'course_goals','0007_set_unsubscribe_token_default','2022-12-16 20:18:34.744098'),(356,'course_goals','0008_coursegoalreminderstatus','2022-12-16 20:18:34.879802'),(357,'course_groups','0002_change_inline_default_cohort_value','2022-12-16 20:18:34.894983'),(358,'course_groups','0003_auto_20170609_1455','2022-12-16 20:18:35.048542'),(359,'course_overviews','0020_courseoverviewtab_url_slug','2022-12-16 20:18:35.065385'),(360,'course_overviews','0021_courseoverviewtab_link','2022-12-16 20:18:35.082177'),(361,'course_overviews','0022_courseoverviewtab_is_hidden','2022-12-16 20:18:35.099676'),(362,'course_overviews','0023_courseoverview_banner_image_url','2022-12-16 20:18:35.201437'),(363,'course_overviews','0024_overview_adds_has_highlights','2022-12-16 20:18:35.619857'),(364,'course_home_api','0001_initial','2022-12-16 20:18:35.989959'),(365,'lti_consumer','0001_initial','2022-12-16 20:18:36.000312'),(366,'lti_consumer','0002_ltiagslineitem','2022-12-16 20:18:36.015595'),(367,'lti_consumer','0003_ltiagsscore','2022-12-16 20:18:36.030948'),(368,'lti_consumer','0004_keyset_mgmt_to_model','2022-12-16 20:18:36.070755'),(369,'lti_consumer','0005_migrate_keyset_to_model','2022-12-16 20:18:36.080171'),(370,'lti_consumer','0006_add_on_model_config_for_lti_1p1','2022-12-16 20:18:36.155187'),(371,'lti_consumer','0007_ltidlcontentitem','2022-12-16 20:18:36.171030'),(372,'lti_consumer','0008_fix_uuid_backfill','2022-12-16 20:18:36.202445'),(373,'lti_consumer','0009_backfill-empty-string-config-id','2022-12-16 20:18:36.210540'),(374,'lti_consumer','0010_backfill-empty-string-lti-config','2022-12-16 20:18:36.221586'),(375,'lti_consumer','0011_courseeditltifieldsenabledflag','2022-12-16 20:18:36.367222'),(376,'lti_consumer','0012_rename_courseeditltifieldsenabledflag_model','2022-12-16 20:18:36.469691'),(377,'lti_consumer','0013_auto_20210712_1352','2022-12-16 20:18:36.497092'),(378,'course_live','0001_initial','2022-12-16 20:18:36.835726'),(379,'course_live','0002_auto_20220617_1822','2022-12-16 20:18:37.214268'),(380,'course_modes','0008_course_key_field_to_foreign_key','2022-12-16 20:18:37.395008'),(381,'course_modes','0009_suggested_prices_to_charfield','2022-12-16 20:18:37.417259'),(382,'course_modes','0010_archived_suggested_prices_to_charfield','2022-12-16 20:18:37.431474'),(383,'course_modes','0011_change_regex_for_comma_separated_ints','2022-12-16 20:18:37.463667'),(384,'course_modes','0012_historicalcoursemode','2022-12-16 20:18:37.609495'),(385,'course_modes','0013_auto_20200115_2022','2022-12-16 20:18:37.753268'),(386,'course_overviews','0025_auto_20210702_1602','2022-12-16 20:18:38.182188'),(387,'course_overviews','0026_courseoverview_entrance_exam','2022-12-16 20:18:38.796294'),(388,'course_overviews','0027_auto_20221102_1109','2022-12-16 20:18:38.912779'),(389,'coursewarehistoryextended','0001_initial','2022-12-16 20:18:39.115819'),(390,'coursewarehistoryextended','0002_force_studentmodule_index','2022-12-16 20:18:39.139076'),(391,'courseware','0002_coursedynamicupgradedeadlineconfiguration_dynamicupgradedeadlineconfiguration','2022-12-16 20:18:39.452942'),(392,'courseware','0003_auto_20170825_0935','2022-12-16 20:18:39.551826'),(393,'courseware','0004_auto_20171010_1639','2022-12-16 20:18:39.648004'),(394,'courseware','0005_orgdynamicupgradedeadlineconfiguration','2022-12-16 20:18:39.883833'),(395,'courseware','0006_remove_module_id_index','2022-12-16 20:18:40.283772'),(396,'courseware','0007_remove_done_index','2022-12-16 20:18:40.380234'),(397,'courseware','0008_move_idde_to_edx_when','2022-12-16 20:18:40.389211'),(398,'courseware','0009_auto_20190703_1955','2022-12-16 20:18:40.575009'),(399,'courseware','0010_auto_20190709_1559','2022-12-16 20:18:40.727951'),(400,'courseware','0011_csm_id_bigint','2022-12-16 20:18:40.906477'),(401,'courseware','0012_adjust_fields','2022-12-16 20:18:41.091163'),(402,'courseware','0013_auto_20191001_1858','2022-12-16 20:18:41.277259'),(403,'courseware','0014_fix_nan_value_for_global_speed','2022-12-16 20:18:41.287348'),(404,'courseware','0015_add_courseware_stats_index','2022-12-16 20:18:41.380819'),(405,'courseware','0016_lastseencoursewaretimezone','2022-12-16 20:18:41.926763'),(406,'courseware','0017_financialassistanceconfiguration','2022-12-16 20:18:42.099076'),(407,'crawlers','0001_initial','2022-12-16 20:18:42.256405'),(408,'crawlers','0002_auto_20170419_0018','2022-12-16 20:18:42.357914'),(409,'credentials','0001_initial','2022-12-16 20:18:42.518421'),(410,'credentials','0002_auto_20160325_0631','2022-12-16 20:18:42.622497'),(411,'credentials','0003_auto_20170525_1109','2022-12-16 20:18:42.815889'),(412,'credentials','0004_notifycredentialsconfig','2022-12-16 20:18:43.260930'),(413,'credentials','0005_remove_existing_mgmt_cmd_args','2022-12-16 20:18:43.271284'),(414,'credit','0001_initial','2022-12-16 20:18:43.674150'),(415,'credit','0002_creditconfig','2022-12-16 20:18:43.829348'),(416,'credit','0003_auto_20160511_2227','2022-12-16 20:18:43.844306'),(417,'credit','0004_delete_historical_credit_records','2022-12-16 20:18:44.796448'),(418,'credit','0005_creditrequirement_sort_value','2022-12-16 20:18:44.812219'),(419,'credit','0006_creditrequirement_alter_ordering','2022-12-16 20:18:44.828170'),(420,'credit','0007_creditrequirement_copy_values','2022-12-16 20:18:44.838331'),(421,'credit','0008_creditrequirement_remove_order','2022-12-16 20:18:44.855168'),(422,'dark_lang','0001_initial','2022-12-16 20:18:45.045371'),(423,'dark_lang','0002_data__enable_on_install','2022-12-16 20:18:45.054270'),(424,'dark_lang','0003_auto_20180425_0359','2022-12-16 20:18:45.301375'),(425,'database_fixups','0001_initial','2022-12-16 20:18:45.308533'),(426,'degreed','0001_initial','2022-12-16 20:18:45.796396'),(427,'degreed','0002_auto_20180104_0103','2022-12-16 20:18:46.416871'),(428,'degreed','0003_auto_20180109_0712','2022-12-16 20:18:46.653961'),(429,'degreed','0004_auto_20180306_1251','2022-12-16 20:18:46.869897'),(430,'degreed','0005_auto_20180807_1302','2022-12-16 20:18:48.194253'),(431,'degreed','0006_upgrade_django_simple_history','2022-12-16 20:18:48.420143'),(432,'degreed','0007_auto_20190925_0730','2022-12-16 20:18:48.601087'),(433,'degreed','0008_auto_20191001_0742','2022-12-16 20:18:48.808215'),(434,'degreed','0009_auto_20210119_1546','2022-12-16 20:18:50.094966'),(435,'degreed','0010_auto_20210708_1446','2022-12-16 20:18:50.259403'),(436,'degreed','0011_auto_20210909_1536','2022-12-16 20:18:50.720063'),(437,'degreed','0012_auto_20210923_1727','2022-12-16 20:18:50.888752'),(438,'degreed','0013_alter_degreedenterprisecustomerconfiguration_enterprise_customer','2022-12-16 20:18:51.053269'),(439,'degreed','0014_auto_20220126_1837','2022-12-16 20:18:52.966374'),(440,'degreed','0015_auto_20220131_1539','2022-12-16 20:18:53.132394'),(441,'degreed','0016_auto_20220302_2231','2022-12-16 20:18:53.298522'),(442,'degreed','0017_alter_degreedlearnerdatatransmissionaudit_completed_timestamp','2022-12-16 20:18:53.312275'),(443,'degreed','0018_auto_20220324_1550','2022-12-16 20:18:53.430924'),(444,'degreed','0019_auto_20220325_1757','2022-12-16 20:18:53.451269'),(445,'degreed','0020_auto_20220405_2311','2022-12-16 20:18:53.475770'),(446,'degreed','0021_auto_20220523_1625','2022-12-16 20:18:53.924486'),(447,'degreed','0022_degreedlearnerdatatransmissionaudit_friendly_status_message','2022-12-16 20:18:53.937456'),(448,'degreed','0023_degreedlearnerdatatransmissionaudit_api_record','2022-12-16 20:18:54.092942'),(449,'degreed','0024_auto_20221021_0159','2022-12-16 20:18:54.151439'),(450,'degreed','0025_auto_20221031_1855','2022-12-16 20:18:54.325584'),(451,'degreed','0026_move_and_recrete_completed_timestamp','2022-12-16 20:18:54.367600'),(452,'degreed2','0001_initial','2022-12-16 20:18:54.765775'),(453,'degreed2','0002_auto_20211101_2021','2022-12-16 20:18:55.447581'),(454,'degreed2','0003_alter_degreed2enterprisecustomerconfiguration_enterprise_customer','2022-12-16 20:18:55.627388'),(455,'degreed2','0004_auto_20220126_1837','2022-12-16 20:18:57.172074'),(456,'degreed2','0005_auto_20220131_1539','2022-12-16 20:18:57.338348'),(457,'degreed2','0006_auto_20220214_1627','2022-12-16 20:18:57.514319'),(458,'degreed2','0007_auto_20220302_2231','2022-12-16 20:18:57.696293'),(459,'degreed2','0008_degreed2learnerdatatransmissionaudit_course_completed','2022-12-16 20:18:57.710585'),(460,'degreed2','0009_alter_degreed2learnerdatatransmissionaudit_completed_timestamp','2022-12-16 20:18:57.726209'),(461,'degreed2','0010_auto_20220324_1550','2022-12-16 20:18:57.868063'),(462,'degreed2','0011_auto_20220325_1757','2022-12-16 20:18:57.893835'),(463,'degreed2','0012_auto_20220405_2311','2022-12-16 20:18:57.926727'),(464,'degreed2','0013_auto_20220523_1625','2022-12-16 20:18:58.196419'),(465,'degreed2','0014_degreed2learnerdatatransmissionaudit_friendly_status_message','2022-12-16 20:18:58.210050'),(466,'degreed2','0015_degreed2learnerdatatransmissionaudit_api_record','2022-12-16 20:18:58.681195'),(467,'degreed2','0016_auto_20221021_0159','2022-12-16 20:18:58.745299'),(468,'degreed2','0017_auto_20221031_1855','2022-12-16 20:18:58.922028'),(469,'degreed2','0018_move_and_recrete_completed_timestamp','2022-12-16 20:18:58.966716'),(470,'demographics','0001_initial','2022-12-16 20:18:59.302823'),(471,'demographics','0002_clean_duplicate_entries','2022-12-16 20:18:59.312024'),(472,'demographics','0003_auto_20200827_1949','2022-12-16 20:18:59.472407'),(473,'discounts','0001_initial','2022-12-16 20:19:00.209406'),(474,'discounts','0002_auto_20191022_1720','2022-12-16 20:19:00.679951'),(475,'discussions','0001_initial','2022-12-16 20:19:01.013908'),(476,'discussions','0002_add_provider_filter','2022-12-16 20:19:01.798487'),(477,'discussions','0003_alter_provider_filter_list','2022-12-16 20:19:02.040424'),(478,'discussions','0004_historicalprogramdiscussionsconfiguration_programdiscussionsconfiguration','2022-12-16 20:19:02.381746'),(479,'discussions','0005_auto_20210910_0940','2022-12-16 20:19:02.514658'),(480,'discussions','0006_auto_20211006_0441','2022-12-16 20:19:03.483927'),(481,'discussions','0007_add_discussion_topic_link','2022-12-16 20:19:03.880859'),(482,'discussions','0008_auto_20220119_0746','2022-12-16 20:19:04.806922'),(483,'discussions','0009_discussiontopiclink_ordering','2022-12-16 20:19:04.826995'),(484,'discussions','0010_auto_20220203_2134','2022-12-16 20:19:05.580363'),(485,'discussions','0011_auto_20220510_0716','2022-12-16 20:19:05.836061'),(486,'discussions','0012_auto_20220511_0827','2022-12-16 20:19:06.468946'),(487,'discussions','0013_auto_20220802_1154','2022-12-16 20:19:06.648597'),(488,'discussions','0014_auto_20220826_1107','2022-12-16 20:19:06.787181'),(489,'discussions','0015_discussiontopiclink_context','2022-12-16 20:19:06.807210'),(490,'django_celery_results','0001_initial','2022-12-16 20:19:06.818528'),(491,'django_celery_results','0002_add_task_name_args_kwargs','2022-12-16 20:19:06.852277'),(492,'django_celery_results','0003_auto_20181106_1101','2022-12-16 20:19:06.865538'),(493,'django_celery_results','0004_auto_20190516_0412','2022-12-16 20:19:06.993882'),(494,'django_celery_results','0005_taskresult_worker','2022-12-16 20:19:07.008032'),(495,'django_celery_results','0006_taskresult_date_created','2022-12-16 20:19:07.027402'),(496,'django_celery_results','0007_remove_taskresult_hidden','2022-12-16 20:19:07.041671'),(497,'django_celery_results','0008_chordcounter','2022-12-16 20:19:07.053371'),(498,'django_celery_results','0009_groupresult','2022-12-16 20:19:07.222856'),(499,'django_celery_results','0010_remove_duplicate_indices','2022-12-16 20:19:07.254365'),(500,'django_celery_results','0011_taskresult_periodic_task_name','2022-12-16 20:19:07.268884'),(501,'django_comment_common','0001_initial','2022-12-16 20:19:07.648059'),(502,'django_comment_common','0002_forumsconfig','2022-12-16 20:19:07.817979'),(503,'django_comment_common','0003_enable_forums','2022-12-16 20:19:07.828930'),(504,'django_comment_common','0004_auto_20161117_1209','2022-12-16 20:19:07.944980'),(505,'django_comment_common','0005_coursediscussionsettings','2022-12-16 20:19:07.956838'),(506,'django_comment_common','0006_coursediscussionsettings_discussions_id_map','2022-12-16 20:19:07.972321'),(507,'django_comment_common','0007_discussionsidmapping','2022-12-16 20:19:07.983445'),(508,'django_comment_common','0008_role_user_index','2022-12-16 20:19:07.992236'),(509,'django_comment_common','0009_coursediscussionsettings_reported_content_email_notifications','2022-12-16 20:19:08.004850'),(510,'django_notify','0001_initial','2022-12-16 20:19:09.111917'),(511,'edx_name_affirmation','0001_initial','2022-12-16 20:19:09.291889'),(512,'edx_name_affirmation','0002_verifiednameconfig','2022-12-16 20:19:09.467133'),(513,'edx_name_affirmation','0003_verifiedname_status','2022-12-16 20:19:09.579196'),(514,'edx_name_affirmation','0004_auto_20210816_0958','2022-12-16 20:19:09.689019'),(515,'edx_name_affirmation','0005_remove_verifiedname_is_verified','2022-12-16 20:19:09.803680'),(516,'edx_name_affirmation','0006_auto_20210830_2029','2022-12-16 20:19:10.034263'),(517,'edx_name_affirmation','0007_historicalverifiedname','2022-12-16 20:19:10.212286'),(518,'edx_proctoring','0001_initial','2022-12-16 20:19:13.107524'),(519,'edx_proctoring','0002_proctoredexamstudentattempt_is_status_acknowledged','2022-12-16 20:19:13.228029'),(520,'edx_proctoring','0003_auto_20160101_0525','2022-12-16 20:19:13.466549'),(521,'edx_proctoring','0004_auto_20160201_0523','2022-12-16 20:19:13.587060'),(522,'edx_proctoring','0005_proctoredexam_hide_after_due','2022-12-16 20:19:13.607696'),(523,'edx_proctoring','0006_allowed_time_limit_mins','2022-12-16 20:19:13.856813'),(524,'edx_proctoring','0007_proctoredexam_backend','2022-12-16 20:19:13.878165'),(525,'edx_proctoring','0008_auto_20181116_1551','2022-12-16 20:19:14.214374'),(526,'edx_proctoring','0009_proctoredexamreviewpolicy_remove_rules','2022-12-16 20:19:14.898229'),(527,'edx_proctoring','0010_update_backend','2022-12-16 20:19:14.911348'),(528,'edx_proctoring','0011_allow_multiple_attempts','2022-12-16 20:19:15.036521'),(529,'edx_proctoring','0012_proctoredexamstudentattempt_time_remaining_seconds','2022-12-16 20:19:15.161076'),(530,'edx_proctoring','0013_proctoredexamsoftwaresecurereview_is_active_attempt','2022-12-16 20:19:15.403260'),(531,'edx_proctoring','0014_add_is_resumable_to_proctoredexamstudentattempt','2022-12-16 20:19:15.666160'),(532,'edx_proctoring','0015_rm_proctoredexamstudentattempt_ips','2022-12-16 20:19:16.155118'),(533,'edx_proctoring','0016_nullable_proctoredexamstudentattempt_name','2022-12-16 20:19:16.402928'),(534,'edx_proctoring','0017_rm_proctoredexamstudentattempt_name','2022-12-16 20:19:17.154058'),(535,'edx_proctoring','0018_historicalproctoredexamstudentattempt','2022-12-16 20:19:17.346435'),(536,'edx_proctoring','0019_proctoredexamsoftwaresecurereview_encrypted_video_url','2022-12-16 20:19:17.480123'),(537,'edx_proctoring','0020_auto_20211028_1915','2022-12-16 20:19:17.739639'),(538,'edx_proctoring','0021_auto_20211029_1353','2022-12-16 20:19:18.098947'),(539,'edx_proctoring','0022_proctoredexamstudentattempt_add_readytoresume_resumed','2022-12-16 20:19:18.594173'),(540,'edx_proctoring','0023_historicalproctoredexam','2022-12-16 20:19:19.277333'),(541,'edx_proctoring','0024_delete_proctoredexamstudentattempthistory','2022-12-16 20:19:19.288843'),(542,'edx_when','0001_initial','2022-12-16 20:19:19.726327'),(543,'edx_when','0002_auto_20190318_1736','2022-12-16 20:19:20.166263'),(544,'edx_when','0003_auto_20190402_1501','2022-12-16 20:19:20.782829'),(545,'edx_when','0004_datepolicy_rel_date','2022-12-16 20:19:20.799178'),(546,'edx_when','0005_auto_20190911_1056','2022-12-16 20:19:20.943414'),(547,'edx_when','0006_drop_active_index','2022-12-16 20:19:20.961488'),(548,'edx_when','0007_meta_tweaks','2022-12-16 20:19:21.482147'),(549,'edx_when','0008_courseversion_block_type','2022-12-16 20:19:21.547078'),(550,'edxval','0001_squashed_0016_add_transcript_credentials_model','2022-12-16 20:19:21.832678'),(551,'edxval','0002_add_error_description_field','2022-12-16 20:19:21.857370'),(552,'edxval','0003_delete_transcriptcredentials','2022-12-16 20:19:21.881738'),(553,'email_marketing','0001_initial','2022-12-16 20:19:22.248996'),(554,'email_marketing','0002_auto_20160623_1656','2022-12-16 20:19:23.406940'),(555,'email_marketing','0003_auto_20160715_1145','2022-12-16 20:19:24.473283'),(556,'email_marketing','0004_emailmarketingconfiguration_welcome_email_send_delay','2022-12-16 20:19:24.597048'),(557,'email_marketing','0005_emailmarketingconfiguration_user_registration_cookie_timeout_delay','2022-12-16 20:19:24.718572'),(558,'email_marketing','0006_auto_20170711_0615','2022-12-16 20:19:24.842292'),(559,'email_marketing','0007_auto_20170809_0653','2022-12-16 20:19:25.205210'),(560,'email_marketing','0008_auto_20170809_0539','2022-12-16 20:19:25.217480'),(561,'email_marketing','0009_remove_emailmarketingconfiguration_sailthru_activation_template','2022-12-16 20:19:25.336549'),(562,'email_marketing','0010_auto_20180425_0800','2022-12-16 20:19:25.583966'),(563,'email_marketing','0011_delete_emailmarketingconfiguration','2022-12-16 20:19:25.596194'),(564,'embargo','0001_initial','2022-12-16 20:19:26.550939'),(565,'embargo','0002_data__add_countries','2022-12-16 20:19:26.588942'),(566,'enterprise','0154_alter_systemwideenterpriseuserroleassignment_unique_together','2022-12-16 20:19:26.827868'),(567,'enterprise','0155_add_is_relinkable_to_enterprise_customer_user','2022-12-16 20:19:27.045936'),(568,'enterprise','0156_add_is_active_role_assignment','2022-12-16 20:19:27.339826'),(569,'enterprise','0157_make_field_nullable_before_removal','2022-12-16 20:19:27.655793'),(570,'enterprise','0158_remove_is_active_from_role_assignment','2022-12-16 20:19:28.412910'),(571,'enterprise','0159_add_enable_learner_portal_offers','2022-12-16 20:19:28.632868'),(572,'enterprise','0160_add_enable_portal_learner_credit_management_screen','2022-12-16 20:19:28.826147'),(573,'enterprise','0161_alter_enterprisecustomerreportingconfiguration_data_type','2022-12-16 20:19:28.892380'),(574,'enterprise','0162_add_enable_executive_education_2U_fulfillment','2022-12-16 20:19:29.084082'),(575,'enterprise','0163_auto_20220928_1611','2022-12-16 20:19:29.277726'),(576,'enterprise','0164_enterprisecatalogquery_include_exec_ed_2u_courses','2022-12-16 20:19:29.296566'),(577,'enterprise','0165_alter_enterprisecustomerreportingconfiguration_pgp_encryption_key','2022-12-16 20:19:29.351713'),(578,'enterprise','0166_auto_20221209_0819','2022-12-16 20:19:29.742292'),(579,'experiments','0001_initial','2022-12-16 20:19:30.773479'),(580,'student','0001_squashed_0031_auto_20200317_1122','2022-12-16 20:19:41.694024'),(581,'entitlements','0001_initial','2022-12-16 20:19:41.916844'),(582,'entitlements','0002_auto_20171102_0719','2022-12-16 20:19:42.583656'),(583,'entitlements','0003_auto_20171205_1431','2022-12-16 20:19:43.865297'),(584,'entitlements','0004_auto_20171206_1729','2022-12-16 20:19:44.016394'),(585,'entitlements','0005_courseentitlementsupportdetail','2022-12-16 20:19:44.230079'),(586,'entitlements','0006_courseentitlementsupportdetail_action','2022-12-16 20:19:44.378229'),(587,'entitlements','0007_change_expiration_period_default','2022-12-16 20:19:44.421265'),(588,'entitlements','0008_auto_20180328_1107','2022-12-16 20:19:44.666775'),(589,'entitlements','0009_courseentitlement_refund_locked','2022-12-16 20:19:44.814075'),(590,'entitlements','0010_backfill_refund_lock','2022-12-16 20:19:44.825315'),(591,'entitlements','0011_historicalcourseentitlement','2022-12-16 20:19:45.556759'),(592,'entitlements','0012_allow_blank_order_number_values','2022-12-16 20:19:45.900530'),(593,'entitlements','0013_historicalcourseentitlementsupportdetail','2022-12-16 20:19:46.189566'),(594,'entitlements','0014_auto_20200115_2022','2022-12-16 20:19:46.418090'),(595,'entitlements','0015_add_unique_together_constraint','2022-12-16 20:19:46.947575'),(596,'experiments','0002_auto_20170627_1402','2022-12-16 20:19:46.971454'),(597,'experiments','0003_auto_20170713_1148','2022-12-16 20:19:46.987863'),(598,'experiments','0004_historicalexperimentkeyvalue','2022-12-16 20:19:47.684411'),(599,'external_user_ids','0001_initial','2022-12-16 20:19:48.584235'),(600,'external_user_ids','0002_mb_coaching_20200210_1754','2022-12-16 20:19:48.595848'),(601,'external_user_ids','0003_auto_20200224_1836','2022-12-16 20:19:48.748202'),(602,'external_user_ids','0004_add_lti_type','2022-12-16 20:19:48.758453'),(603,'grades','0001_initial','2022-12-16 20:19:48.802268'),(604,'grades','0002_rename_last_edited_field','2022-12-16 20:19:48.823305'),(605,'grades','0003_coursepersistentgradesflag_persistentgradesenabledflag','2022-12-16 20:19:49.249857'),(606,'grades','0004_visibleblocks_course_id','2022-12-16 20:19:49.265944'),(607,'grades','0005_multiple_course_flags','2022-12-16 20:19:49.893588'),(608,'grades','0006_persistent_course_grades','2022-12-16 20:19:49.917288'),(609,'grades','0007_add_passed_timestamp_column','2022-12-16 20:19:49.944358'),(610,'grades','0008_persistentsubsectiongrade_first_attempted','2022-12-16 20:19:49.965357'),(611,'grades','0009_auto_20170111_1507','2022-12-16 20:19:49.995113'),(612,'grades','0010_auto_20170112_1156','2022-12-16 20:19:50.013605'),(613,'grades','0011_null_edited_time','2022-12-16 20:19:50.063089'),(614,'grades','0012_computegradessetting','2022-12-16 20:19:50.293666'),(615,'grades','0013_persistentsubsectiongradeoverride','2022-12-16 20:19:50.314177'),(616,'grades','0014_persistentsubsectiongradeoverridehistory','2022-12-16 20:19:50.542382'),(617,'grades','0015_historicalpersistentsubsectiongradeoverride','2022-12-16 20:19:50.779514'),(618,'grades','0016_auto_20190703_1446','2022-12-16 20:19:51.113265'),(619,'grades','0017_delete_manual_psgoverride_table','2022-12-16 20:19:51.348072'),(620,'grades','0018_add_waffle_flag_defaults','2022-12-16 20:19:51.359644'),(621,'grades','0019_auto_20220912_0855','2022-12-16 20:19:52.078226'),(622,'instructor_task','0002_gradereportsetting','2022-12-16 20:19:52.329304'),(623,'instructor_task','0003_alter_task_input_field','2022-12-16 20:19:52.485925'),(624,'instructor_task','0004_historicalinstructortaskschedule_instructortaskschedule','2022-12-16 20:19:52.945981'),(625,'instructor_task','0005_alter_instructortaskschedule_task','2022-12-16 20:19:53.179682'),(626,'integrated_channel','0022_alter_contentmetadataitemtransmission_index_together','2022-12-16 20:19:53.244159'),(627,'integrated_channel','0023_auto_20221021_0159','2022-12-16 20:19:53.315793'),(628,'integrated_channel','0024_genericenterprisecustomerpluginconfiguration_deleted_at','2022-12-16 20:19:53.370039'),(629,'learner_pathway_progress','0001_initial','2022-12-16 20:19:54.047826'),(630,'learner_pathway_progress','0002_historicallearnerpathwayprogress_learnerpathwayprogress','2022-12-16 20:19:54.521854'),(631,'learner_pathway_progress','0003_auto_20220901_0616','2022-12-16 20:19:54.826824'),(632,'learner_pathway_progress','0004_auto_20220907_0316','2022-12-16 20:19:55.059023'),(633,'learner_pathway_progress','0005_auto_20221007_0758','2022-12-16 20:19:55.070000'),(634,'learning_sequences','0001_initial','2022-12-16 20:19:55.259397'),(635,'learning_sequences','0002_coursesectionsequence_inaccessible_after_due','2022-12-16 20:19:55.277969'),(636,'learning_sequences','0003_create_course_context_for_course_specific_models','2022-12-16 20:19:55.413935'),(637,'learning_sequences','0004_coursecontext_self_paced','2022-12-16 20:19:55.439568'),(638,'learning_sequences','0005_coursecontext_days_early_for_beta','2022-12-16 20:19:55.466406'),(639,'learning_sequences','0006_coursecontext_entrance_exam_id','2022-12-16 20:19:55.505924'),(640,'learning_sequences','0007_coursesequenceexam','2022-12-16 20:19:55.538353'),(641,'learning_sequences','0008_add_learning_context_title_index','2022-12-16 20:19:55.565956'),(642,'learning_sequences','0009_contenterror_publishreport','2022-12-16 20:19:55.614264'),(643,'learning_sequences','0010_add_publishreport_indexes','2022-12-16 20:19:55.677785'),(644,'learning_sequences','0011_course_meta_names','2022-12-16 20:19:55.713637'),(645,'learning_sequences','0012_add_user_partition_group','2022-12-16 20:19:55.779748'),(646,'learning_sequences','0013_through_model_for_user_partition_groups_1','2022-12-16 20:19:55.868854'),(647,'learning_sequences','0014_remove_user_partition_group_duplicates','2022-12-16 20:19:55.881454'),(648,'learning_sequences','0015_add_user_partition_group_unique_constraint','2022-12-16 20:19:55.901256'),(649,'learning_sequences','0016_through_model_for_user_partition_groups_2','2022-12-16 20:19:55.945231'),(650,'lms_xblock','0001_initial','2022-12-16 20:19:56.716862'),(651,'lti_consumer','0014_adds_external_id','2022-12-16 20:19:56.797067'),(652,'lti_consumer','0015_add_additional_1p3_fields','2022-12-16 20:19:56.948643'),(653,'lti_consumer','0016_lticonfiguration_lti_1p3_proctoring_enabled','2022-12-16 20:19:56.971426'),(654,'milestones','0001_initial','2022-12-16 20:19:57.151219'),(655,'milestones','0002_data__seed_relationship_types','2022-12-16 20:19:57.165729'),(656,'milestones','0003_coursecontentmilestone_requirements','2022-12-16 20:19:57.185568'),(657,'milestones','0004_auto_20151221_1445','2022-12-16 20:19:57.263346'),(658,'mobile_api','0001_initial','2022-12-16 20:19:57.502782'),(659,'mobile_api','0002_auto_20160406_0904','2022-12-16 20:19:57.529825'),(660,'mobile_api','0003_ignore_mobile_available_flag','2022-12-16 20:19:57.914579'),(661,'mobile_api','0004_mobileconfig','2022-12-16 20:19:57.926198'),(662,'moodle','0001_initial','2022-12-16 20:19:58.821676'),(663,'moodle','0002_moodlelearnerdatatransmissionaudit','2022-12-16 20:19:58.833472'),(664,'moodle','0003_auto_20201006_1706','2022-12-16 20:19:59.071863'),(665,'moodle','0004_auto_20201105_1921','2022-12-16 20:19:59.317055'),(666,'moodle','0005_auto_20210708_1446','2022-12-16 20:19:59.560767'),(667,'moodle','0006_auto_20210909_1536','2022-12-16 20:19:59.791493'),(668,'moodle','0007_auto_20210923_1727','2022-12-16 20:20:00.028032'),(669,'moodle','0008_alter_moodleenterprisecustomerconfiguration_enterprise_customer','2022-12-16 20:20:00.283217'),(670,'moodle','0009_auto_20220126_1837','2022-12-16 20:20:03.339786'),(671,'moodle','0010_auto_20220131_1539','2022-12-16 20:20:03.575662'),(672,'moodle','0011_auto_20220302_2231','2022-12-16 20:20:03.869516'),(673,'moodle','0012_alter_moodlelearnerdatatransmissionaudit_completed_timestamp','2022-12-16 20:20:03.900011'),(674,'moodle','0013_auto_20220324_1550','2022-12-16 20:20:04.070667'),(675,'moodle','0014_auto_20220325_1757','2022-12-16 20:20:04.106954'),(676,'moodle','0015_auto_20220405_2311','2022-12-16 20:20:04.144074'),(677,'moodle','0016_auto_20220523_1625','2022-12-16 20:20:04.381825'),(678,'moodle','0017_moodlelearnerdatatransmissionaudit_friendly_status_message','2022-12-16 20:20:04.400729'),(679,'moodle','0018_moodlelearnerdatatransmissionaudit_api_record','2022-12-16 20:20:04.629567'),(680,'moodle','0019_auto_20221021_0159','2022-12-16 20:20:04.706393'),(681,'moodle','0020_auto_20221031_1855','2022-12-16 20:20:04.949258'),(682,'moodle','0021_move_and_recrete_completed_timestamp','2022-12-16 20:20:05.473698'),(683,'oauth2_provider','0001_initial','2022-12-16 20:20:06.729739'),(684,'oauth2_provider','0002_auto_20190406_1805','2022-12-16 20:20:07.042964'),(685,'oauth_dispatch','0001_initial','2022-12-16 20:20:07.783808'),(686,'oauth_dispatch','0002_scopedapplication_scopedapplicationorganization','2022-12-16 20:20:08.254972'),(687,'oauth_dispatch','0003_application_data','2022-12-16 20:20:08.268867'),(688,'oauth_dispatch','0004_auto_20180626_1349','2022-12-16 20:20:09.780208'),(689,'oauth_dispatch','0005_applicationaccess_type','2022-12-16 20:20:10.020941'),(690,'oauth_dispatch','0006_drop_application_id_constraints','2022-12-16 20:20:10.730440'),(691,'oauth_dispatch','0007_restore_application_id_constraints','2022-12-16 20:20:12.026116'),(692,'oauth_dispatch','0008_applicationaccess_filters','2022-12-16 20:20:12.052920'),(693,'oauth_dispatch','0009_delete_enable_scopes_waffle_switch','2022-12-16 20:20:12.065009'),(694,'oauth_dispatch','0010_noop_migration_to_test_rollback','2022-12-16 20:20:12.075292'),(695,'oauth_dispatch','0011_noop_migration_to_test_rollback','2022-12-16 20:20:12.087478'),(696,'oauth_dispatch','0012_noop_migration_to_test_rollback','2022-12-16 20:20:12.097636'),(697,'organizations','0002_unique_short_name','2022-12-16 20:20:12.278663'),(698,'organizations','0003_historicalorganizationcourse','2022-12-16 20:20:12.519527'),(699,'outcome_surveys','0001_initial','2022-12-16 20:20:12.561854'),(700,'outcome_surveys','0002_learnercourseevent_already_sent','2022-12-16 20:20:12.579499'),(701,'program_enrollments','0001_initial','2022-12-16 20:20:13.063654'),(702,'program_enrollments','0002_historicalprogramcourseenrollment_programcourseenrollment','2022-12-16 20:20:14.020382'),(703,'program_enrollments','0003_auto_20190424_1622','2022-12-16 20:20:14.197810'),(704,'program_enrollments','0004_add_programcourseenrollment_relatedname','2022-12-16 20:20:14.445462'),(705,'program_enrollments','0005_canceled_not_withdrawn','2022-12-16 20:20:14.783235'),(706,'program_enrollments','0006_add_the_correct_constraints','2022-12-16 20:20:14.961248'),(707,'program_enrollments','0007_waiting_programcourseenrollment_constraint','2022-12-16 20:20:14.988190'),(708,'program_enrollments','0008_add_ended_programenrollment_status','2022-12-16 20:20:15.310149'),(709,'program_enrollments','0009_update_course_enrollment_field_to_foreign_key','2022-12-16 20:20:16.036511'),(710,'program_enrollments','0010_add_courseaccessroleassignment','2022-12-16 20:20:16.303957'),(711,'programs','0001_initial','2022-12-16 20:20:16.625202'),(712,'programs','0002_programsapiconfig_cache_ttl','2022-12-16 20:20:16.871635'),(713,'programs','0003_auto_20151120_1613','2022-12-16 20:20:17.507423'),(714,'programs','0004_programsapiconfig_enable_certification','2022-12-16 20:20:18.204186'),(715,'programs','0005_programsapiconfig_max_retries','2022-12-16 20:20:18.377831'),(716,'programs','0006_programsapiconfig_xseries_ad_enabled','2022-12-16 20:20:18.542242'),(717,'programs','0007_programsapiconfig_program_listing_enabled','2022-12-16 20:20:18.707060'),(718,'programs','0008_programsapiconfig_program_details_enabled','2022-12-16 20:20:18.877321'),(719,'programs','0009_programsapiconfig_marketing_path','2022-12-16 20:20:19.059438'),(720,'programs','0010_auto_20170204_2332','2022-12-16 20:20:19.390323'),(721,'programs','0011_auto_20170301_1844','2022-12-16 20:20:22.634799'),(722,'programs','0012_auto_20170419_0018','2022-12-16 20:20:22.818982'),(723,'programs','0013_customprogramsconfig','2022-12-16 20:20:23.142335'),(724,'programs','0014_delete_customprogramsconfig','2022-12-16 20:20:23.155356'),(725,'programs','0015_historicalprogramdiscussionsconfiguration_historicalprogramliveconfiguration_programdiscussionsconfi','2022-12-16 20:20:24.611582'),(726,'redirects','0001_initial','2022-12-16 20:20:24.895388'),(727,'redirects','0002_alter_redirect_new_path_help_text','2022-12-16 20:20:24.941506'),(728,'rss_proxy','0001_initial','2022-12-16 20:20:24.956632'),(729,'sap_success_factors','0001_squashed_0022_auto_20200206_1046','2022-12-16 20:20:25.451670'),(730,'sap_success_factors','0002_sapsuccessfactorslearnerdatatransmissionaudit_credit_hours','2022-12-16 20:20:25.455515'),(731,'sap_success_factors','0003_auto_20210701_1556','2022-12-16 20:20:25.459308'),(732,'sap_success_factors','0004_auto_20210708_1639','2022-12-16 20:20:25.462531'),(733,'sap_success_factors','0005_sapsuccessfactorsenterprisecustomerconfiguration_prevent_learner_self_submit_grades','2022-12-16 20:20:25.464924'),(734,'sap_success_factors','0006_sapsuccessfactorsenterprisecustomerconfiguration_idp_id','2022-12-16 20:20:25.466958'),(735,'sap_success_factors','0007_sapsuccessfactorsenterprisecustomerconfiguration_disable_learner_data_transmissions','2022-12-16 20:20:25.469094'),(736,'sap_success_factors','0008_alter_sapsuccessfactorsenterprisecustomerconfiguration_enterprise_customer','2022-12-16 20:20:25.471046'),(737,'sap_success_factors','0009_auto_20220126_1837','2022-12-16 20:20:25.473067'),(738,'sap_success_factors','0010_sapsuccessfactorsenterprisecustomerconfiguration_display_name','2022-12-16 20:20:25.475147'),(739,'sap_success_factors','0011_alter_sapsuccessfactorslearnerdatatransmissionaudit_enterprise_course_enrollment_id','2022-12-16 20:20:25.477075'),(740,'sap_success_factors','0002_alter_sapsuccessfactorsenterprisecustomerconfiguration_display_name','2022-12-16 20:20:25.552086'),(741,'sap_success_factors','0003_alter_sapsuccessfactorslearnerdatatransmissionaudit_completed_timestamp','2022-12-16 20:20:25.572814'),(742,'sap_success_factors','0004_auto_20220324_1550','2022-12-16 20:20:25.710766'),(743,'sap_success_factors','0005_auto_20220325_1757','2022-12-16 20:20:25.714826'),(744,'sap_success_factors','0006_auto_20220330_1157','2022-12-16 20:20:25.718253'),(745,'sap_success_factors','0005_sapsuccessfactorsenterprisecustomerconfiguration_dry_run_mode_enabled','2022-12-16 20:20:25.778115'),(746,'sap_success_factors','0006_sapsuccessfactorslearnerdatatransmissionaudit_friendly_status_message','2022-12-16 20:20:25.797343'),(747,'sap_success_factors','0007_sapsuccessfactorslearnerdatatransmissionaudit_api_record','2022-12-16 20:20:26.063092'),(748,'sap_success_factors','0008_auto_20221021_0159','2022-12-16 20:20:26.146958'),(749,'sap_success_factors','0009_sapsuccessfactorsenterprisecustomerconfiguration_deleted_at','2022-12-16 20:20:26.212277'),(750,'sap_success_factors','0010_move_and_recrete_completed_timestamp','2022-12-16 20:20:26.271511'),(751,'save_for_later','0001_initial','2022-12-16 20:20:26.295443'),(752,'save_for_later','0002_auto_20220322_1621','2022-12-16 20:20:26.971036'),(753,'schedules','0001_initial','2022-12-16 20:20:27.241984'),(754,'schedules','0002_auto_20170816_1532','2022-12-16 20:20:27.307296'),(755,'schedules','0003_scheduleconfig','2022-12-16 20:20:27.569152'),(756,'schedules','0004_auto_20170922_1428','2022-12-16 20:20:27.972344'),(757,'schedules','0005_auto_20171010_1722','2022-12-16 20:20:28.347669'),(758,'schedules','0006_scheduleexperience','2022-12-16 20:20:29.077412'),(759,'schedules','0007_scheduleconfig_hold_back_ratio','2022-12-16 20:20:29.261512'),(760,'schedules','0008_add_new_start_date_field','2022-12-16 20:20:29.293085'),(761,'schedules','0009_schedule_copy_column_values','2022-12-16 20:20:29.304087'),(762,'schedules','0010_remove_null_blank_from_schedules_date','2022-12-16 20:20:29.339296'),(763,'schedules','0011_auto_20200228_2018','2022-12-16 20:20:29.605106'),(764,'schedules','0012_auto_20200302_1914','2022-12-16 20:20:29.857875'),(765,'schedules','0013_historicalschedule','2022-12-16 20:20:30.110888'),(766,'schedules','0014_historicalschedule_drop_fk','2022-12-16 20:20:30.364438'),(767,'schedules','0015_schedules_start_nullable','2022-12-16 20:20:30.676746'),(768,'schedules','0016_remove_start_from_schedules','2022-12-16 20:20:30.726420'),(769,'schedules','0017_remove_start_from_historicalschedule','2022-12-16 20:20:31.610952'),(770,'schedules','0018_readd_historicalschedule_fks','2022-12-16 20:20:32.151445'),(771,'schedules','0019_auto_20200316_1935','2022-12-16 20:20:32.772904'),(772,'schedules','0020_remove_config_rollout_fields','2022-12-16 20:20:33.252330'),(773,'sessions','0001_initial','2022-12-16 20:20:33.283316'),(774,'site_configuration','0001_initial','2022-12-16 20:20:34.482360'),(775,'site_configuration','0002_auto_20160720_0231','2022-12-16 20:20:34.571287'),(776,'site_configuration','0003_auto_20200217_1058','2022-12-16 20:20:34.663544'),(777,'site_configuration','0004_add_site_values_field','2022-12-16 20:20:34.751311'),(778,'site_configuration','0005_populate_siteconfig_history_site_values','2022-12-16 20:20:34.762977'),(779,'site_configuration','0006_copy_values_to_site_values','2022-12-16 20:20:34.776074'),(780,'site_configuration','0007_remove_values_field','2022-12-16 20:20:34.861462'),(781,'site_configuration','0008_auto_20210910_0940','2022-12-16 20:20:34.956348'),(782,'default','0001_initial','2022-12-16 20:20:35.586210'),(783,'social_auth','0001_initial','2022-12-16 20:20:35.590434'),(784,'default','0002_add_related_name','2022-12-16 20:20:35.931903'),(785,'social_auth','0002_add_related_name','2022-12-16 20:20:35.935990'),(786,'default','0003_alter_email_max_length','2022-12-16 20:20:35.961897'),(787,'social_auth','0003_alter_email_max_length','2022-12-16 20:20:35.965949'),(788,'default','0004_auto_20160423_0400','2022-12-16 20:20:36.942658'),(789,'social_auth','0004_auto_20160423_0400','2022-12-16 20:20:36.946967'),(790,'social_auth','0005_auto_20160727_2333','2022-12-16 20:20:36.971329'),(791,'social_django','0006_partial','2022-12-16 20:20:36.992441'),(792,'social_django','0007_code_timestamp','2022-12-16 20:20:37.020266'),(793,'social_django','0008_partial_timestamp','2022-12-16 20:20:37.058883'),(794,'social_django','0009_auto_20191118_0520','2022-12-16 20:20:37.612316'),(795,'social_django','0010_uid_db_index','2022-12-16 20:20:37.932101'),(796,'splash','0001_initial','2022-12-16 20:20:38.267114'),(797,'split_modulestore_django','0001_initial','2022-12-16 20:20:38.725383'),(798,'split_modulestore_django','0002_data_migration','2022-12-16 20:20:38.739811'),(799,'staffgrader','0001_initial','2022-12-16 20:20:38.756491'),(800,'static_replace','0001_initial','2022-12-16 20:20:39.257000'),(801,'static_replace','0002_assetexcludedextensionsconfig','2022-12-16 20:20:40.145825'),(802,'status','0001_initial','2022-12-16 20:20:41.009606'),(803,'status','0002_update_help_text','2022-12-16 20:20:41.311218'),(804,'student','0032_removed_logout_view_configuration','2022-12-16 20:20:42.050707'),(805,'student','0033_userprofile_state','2022-12-16 20:20:42.337342'),(806,'student','0034_courseenrollmentcelebration','2022-12-16 20:20:42.681594'),(807,'student','0035_bulkchangeenrollmentconfiguration','2022-12-16 20:20:43.840705'),(808,'student','0036_userpasswordtogglehistory','2022-12-16 20:20:44.271638'),(809,'student','0037_linkedinaddtoprofileconfiguration_updates','2022-12-16 20:20:45.152570'),(810,'student','0038_auto_20201021_1256','2022-12-16 20:20:45.442223'),(811,'student','0039_anon_id_context','2022-12-16 20:20:45.801222'),(812,'student','0040_usercelebration','2022-12-16 20:20:46.749605'),(813,'student','0041_registration_activation_timestamp','2022-12-16 20:20:47.017356'),(814,'student','0042_allow_certificate_null_20210427_1519','2022-12-16 20:20:47.204041'),(815,'student','0043_remove_userprofile_allow_certificate','2022-12-16 20:20:47.442136'),(816,'student','0044_courseenrollmentcelebration_celebrate_weekly_goal','2022-12-16 20:20:47.479217'),(817,'submissions','0001_initial','2022-12-16 20:20:48.232530'),(818,'submissions','0002_auto_20151119_0913','2022-12-16 20:20:48.236065'),(819,'submissions','0003_submission_status','2022-12-16 20:20:48.239557'),(820,'submissions','0004_remove_django_extensions','2022-12-16 20:20:48.243034'),(821,'submissions','0005_CreateTeamModel','2022-12-16 20:20:48.246420'),(822,'submissions','0002_team_submission_optional','2022-12-16 20:20:48.515521'),(823,'submissions','0003_ensure_ascii','2022-12-16 20:20:48.543086'),(824,'super_csv','0001_initial','2022-12-16 20:20:48.559082'),(825,'super_csv','0002_csvoperation_user','2022-12-16 20:20:49.571726'),(826,'super_csv','0003_csvoperation_original_filename','2022-12-16 20:20:49.875760'),(827,'support','0001_initial','2022-12-16 20:20:50.554631'),(828,'survey','0001_initial','2022-12-16 20:20:51.001129'),(829,'survey_report','0001_initial','2022-12-16 20:20:51.018132'),(830,'survey_report','0002_auto_20221130_1533','2022-12-16 20:20:51.137169'),(831,'system_wide_roles','0001_SystemWideRole_SystemWideRoleAssignment','2022-12-16 20:20:51.468094'),(832,'system_wide_roles','0002_add_system_wide_student_support_role','2022-12-16 20:20:51.483596'),(833,'system_wide_roles','0003_systemwideroleassignment_applies_to_all_contexts','2022-12-16 20:20:52.307670'),(834,'teams','0001_initial','2022-12-16 20:20:53.245736'),(835,'teams','0002_slug_field_ids','2022-12-16 20:20:54.184122'),(836,'teams','0003_courseteam_organization_protected','2022-12-16 20:20:54.452931'),(837,'teams','0004_alter_defaults','2022-12-16 20:20:56.087713'),(838,'theming','0001_initial','2022-12-16 20:20:56.440272'),(839,'third_party_auth','0001_squashed_0026_auto_20200401_1932','2022-12-16 20:20:58.439684'),(840,'third_party_auth','0002_samlproviderconfig_country','2022-12-16 20:20:58.694737'),(841,'third_party_auth','0002_auto_20200721_1650','2022-12-16 20:20:59.574098'),(842,'third_party_auth','0003_samlconfiguration_is_public','2022-12-16 20:20:59.781288'),(843,'third_party_auth','0004_auto_20200919_0955','2022-12-16 20:21:01.238605'),(844,'third_party_auth','0005_auto_20210723_1527','2022-12-16 20:21:01.962126'),(845,'third_party_auth','0006_auto_20220314_1551','2022-12-16 20:21:04.401611'),(846,'third_party_auth','0007_samlproviderconfig_was_valid_at','2022-12-16 20:21:05.175964'),(847,'third_party_auth','0008_auto_20220324_1422','2022-12-16 20:21:05.615027'),(848,'third_party_auth','0009_historicalusersocialauth','2022-12-16 20:21:05.906586'),(849,'third_party_auth','0010_delete_historicalusersocialauth','2022-12-16 20:21:05.919986'),(850,'thumbnail','0001_initial','2022-12-16 20:21:05.933695'),(851,'track','0001_initial','2022-12-16 20:21:05.949996'),(852,'track','0002_delete_trackinglog','2022-12-16 20:21:05.963736'),(853,'user_api','0003_userretirementrequest','2022-12-16 20:21:06.260901'),(854,'user_api','0004_userretirementpartnerreportingstatus','2022-12-16 20:21:06.630687'),(855,'user_authn','0001_data__add_login_service','2022-12-16 20:21:06.644971'),(856,'user_tours','0001_initial','2022-12-16 20:21:07.575224'),(857,'util','0001_initial','2022-12-16 20:21:07.882731'),(858,'util','0002_data__default_rate_limit_config','2022-12-16 20:21:07.896501'),(859,'verify_student','0001_initial','2022-12-16 20:21:11.265174'),(860,'verify_student','0002_auto_20151124_1024','2022-12-16 20:21:12.079428'),(861,'verify_student','0003_auto_20151113_1443','2022-12-16 20:21:12.308325'),(862,'verify_student','0004_delete_historical_records','2022-12-16 20:21:12.623779'),(863,'verify_student','0005_remove_deprecated_models','2022-12-16 20:21:15.891952'),(864,'verify_student','0006_ssoverification','2022-12-16 20:21:16.187208'),(865,'verify_student','0007_idverificationaggregate','2022-12-16 20:21:17.107362'),(866,'verify_student','0008_populate_idverificationaggregate','2022-12-16 20:21:17.122458'),(867,'verify_student','0009_remove_id_verification_aggregate','2022-12-16 20:21:17.980667'),(868,'verify_student','0010_manualverification','2022-12-16 20:21:18.332600'),(869,'verify_student','0011_add_fields_to_sspv','2022-12-16 20:21:19.225107'),(870,'verify_student','0012_sspverificationretryconfig','2022-12-16 20:21:19.556236'),(871,'verify_student','0013_add_expiration_date_field','2022-12-16 20:21:20.393820'),(872,'verify_student','0014_remove_softwaresecurephotoverification_expiry_date','2022-12-16 20:21:20.718719'),(873,'video_config','0001_initial','2022-12-16 20:21:21.980133'),(874,'video_config','0002_coursevideotranscriptenabledflag_videotranscriptenabledflag','2022-12-16 20:21:22.598270'),(875,'video_config','0003_transcriptmigrationsetting','2022-12-16 20:21:22.888448'),(876,'video_config','0004_transcriptmigrationsetting_command_run','2022-12-16 20:21:23.096146'),(877,'video_config','0005_auto_20180719_0752','2022-12-16 20:21:23.316156'),(878,'video_config','0006_videothumbnailetting_updatedcoursevideos','2022-12-16 20:21:24.210224'),(879,'video_config','0007_videothumbnailsetting_offset','2022-12-16 20:21:24.439490'),(880,'video_config','0008_courseyoutubeblockedflag','2022-12-16 20:21:24.771200'),(881,'video_pipeline','0001_initial','2022-12-16 20:21:25.107512'),(882,'video_pipeline','0002_auto_20171114_0704','2022-12-16 20:21:25.581081'),(883,'video_pipeline','0003_coursevideouploadsenabledbydefault_videouploadsenabledbydefault','2022-12-16 20:21:26.820102'),(884,'video_pipeline','0004_vempipelineintegration','2022-12-16 20:21:27.171700'),(885,'video_pipeline','0005_add_vem_course_percentage','2022-12-16 20:21:27.399025'),(886,'video_pipeline','0006_remove_vempipelineintegration_vem_enabled_courses_percentage','2022-12-16 20:21:27.619621'),(887,'video_pipeline','0007_delete_videopipelineintegration','2022-12-16 20:21:27.635158'),(888,'waffle','0002_auto_20161201_0958','2022-12-16 20:21:27.660572'),(889,'waffle','0003_update_strings_for_i18n','2022-12-16 20:21:32.705124'),(890,'waffle','0004_update_everyone_nullbooleanfield','2022-12-16 20:21:32.939687'),(891,'waffle_utils','0001_initial','2022-12-16 20:21:33.826252'),(892,'waffle_utils','0002_waffleflagcourseoverridemodel_note','2022-12-16 20:21:34.058649'),(893,'waffle_utils','0003_add_org_level_waffle_override','2022-12-16 20:21:34.608720'),(894,'wiki','0001_initial','2022-12-16 20:21:45.443120'),(895,'wiki','0002_remove_article_subscription','2022-12-16 20:21:45.470943'),(896,'wiki','0003_ip_address_conv','2022-12-16 20:21:46.300845'),(897,'wiki','0004_increase_slug_size','2022-12-16 20:21:46.429403'),(898,'wiki','0005_remove_attachments_and_images','2022-12-16 20:21:48.553831'),(899,'wiki','0006_auto_20200110_1003','2022-12-16 20:21:48.789336'),(900,'workflow','0001_initial','2022-12-16 20:21:48.851648'),(901,'workflow','0002_remove_django_extensions','2022-12-16 20:21:48.878308'),(902,'workflow','0003_TeamWorkflows','2022-12-16 20:21:48.902578'),(903,'workflow','0004_assessmentworkflowstep_skipped','2022-12-16 20:21:48.927148'),(904,'xapi','0001_initial','2022-12-16 20:21:49.266128'),(905,'xapi','0002_auto_20180726_0142','2022-12-16 20:21:49.477014'),(906,'xapi','0003_auto_20190807_1006','2022-12-16 20:21:50.691941'),(907,'xapi','0004_auto_20190830_0710','2022-12-16 20:21:50.946198'),(908,'xapi','0005_auto_20220324_1550','2022-12-16 20:21:53.424232'),(909,'xapi','0006_auto_20220325_1757','2022-12-16 20:21:53.893791'),(910,'xapi','0007_auto_20220405_2311','2022-12-16 20:21:54.380246'),(911,'xapi','0008_xapilearnerdatatransmissionaudit_friendly_status_message','2022-12-16 20:21:54.641796'),(912,'xapi','0009_xapilearnerdatatransmissionaudit_api_record','2022-12-16 20:21:55.526918'),(913,'xapi','0010_auto_20221021_0159','2022-12-16 20:21:56.359261'),(914,'xblock_django','0001_initial','2022-12-16 20:21:56.744745'),(915,'xblock_django','0002_auto_20160204_0809','2022-12-16 20:21:57.034496'),(916,'xblock_django','0003_add_new_config_models','2022-12-16 20:21:58.617966'),(917,'xblock_django','0004_delete_xblock_disable_config','2022-12-16 20:21:58.950776'),(918,'social_django','0001_initial','2022-12-16 20:21:58.968014'),(919,'social_django','0004_auto_20160423_0400','2022-12-16 20:21:58.972076'),(920,'social_django','0003_alter_email_max_length','2022-12-16 20:21:58.976127'),(921,'social_django','0005_auto_20160727_2333','2022-12-16 20:21:58.979939'),(922,'social_django','0002_add_related_name','2022-12-16 20:21:58.984187'),(923,'submissions','0001_squashed_0005_CreateTeamModel','2022-12-16 20:21:58.986440'),(924,'organizations','0001_squashed_0007_historicalorganization','2022-12-16 20:21:58.988552'),(925,'sap_success_factors','0001_squashed_0022_auto_20200206_1046_squashed_0011_alter_sapsuccessfactorslearnerdatatransmissionaudit_enterprise_course_enrollment_id','2022-12-16 20:21:58.990621'),(926,'sap_success_factors','0004_auto_20220324_1550_squashed_0006_auto_20220330_1157','2022-12-16 20:21:58.992722'),(927,'blackboard','0001_initial_squashed_0014_alter_blackboardlearnerassessmentdatatransmissionaudit_enterprise_course_enrollment_id','2022-12-16 20:21:58.995213'),(928,'contentstore','0001_initial','2022-12-16 20:23:01.740446'),(929,'contentstore','0002_add_assets_page_flag','2022-12-16 20:23:02.396602'),(930,'contentstore','0003_remove_assets_page_flag','2022-12-16 20:23:03.246647'),(931,'contentstore','0004_remove_push_notification_configmodel_table','2022-12-16 20:23:03.529882'),(932,'contentstore','0005_add_enable_checklists_quality_waffle_flag','2022-12-16 20:23:03.541791'),(933,'contentstore','0006_courseoutlineregenerate','2022-12-16 20:23:03.554402'),(934,'contentstore','0007_backfillcoursetabsconfig','2022-12-16 20:23:03.796385'),(935,'contentstore','0008_cleanstalecertificateavailabilitydatesconfig','2022-12-16 20:23:04.387167'),(936,'course_creators','0001_initial','2022-12-16 20:23:04.684860'),(937,'course_creators','0002_add_org_support_for_course_creators','2022-12-16 20:23:05.157586'),(938,'tagging','0001_initial','2022-12-16 20:23:05.195024'),(939,'tagging','0002_auto_20170116_1541','2022-12-16 20:23:05.226679'),(940,'user_tasks','0001_initial','2022-12-16 20:23:06.189982'),(941,'user_tasks','0002_artifact_file_storage','2022-12-16 20:23:06.212803'),(942,'user_tasks','0003_url_max_length','2022-12-16 20:23:06.236512'),(943,'user_tasks','0004_url_textfield','2022-12-16 20:23:06.259322'),(944,'xblock_config','0001_initial','2022-12-16 20:23:06.502347'),(945,'xblock_config','0002_courseeditltifieldsenabledflag','2022-12-16 20:23:06.506561'),(946,'xblock_config','0003_move_course_edit_lti_fields_enabled_flag_model_to_lti_consumer','2022-12-16 20:23:06.510059'),(947,'xblock_config','0001_squashed_0003_move_course_edit_lti_fields_enabled_flag_model_to_lti_consumer','2022-12-16 20:23:06.535719');
/*!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 2022-12-16 20:50:13