Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 17f0450

Browse files
committed
Updated initial DB dump for edxapp
The ecommerce_worker user is now a staff user with @example.com email address. This brings it inline with the other service users. Fixes #32
1 parent ec705d8 commit 17f0450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edxapp.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ CREATE TABLE `auth_user` (
900900

901901
LOCK TABLES `auth_user` WRITE;
902902
/*!40000 ALTER TABLE `auth_user` DISABLE KEYS */;
903-
INSERT INTO `auth_user` VALUES (1,'!M9I2WXRegdpSxWvfvOY61ceUPEMEhCNrhMM2huV8',NULL,0,'ecommerce_worker','','','ecommerce_worker@fake.email',0,1,'2016-12-17 01:36:43.677170'),(2,'pbkdf2_sha256$20000$gigALCz8hE7s$0J8cIgUD+kYH9bIMfIN8sF+gIeYvDKHfhhgUQNLX9Nk=','2016-12-18 05:11:31.932674',1,'edx','','','edx@example.com',1,1,'2016-12-17 01:53:34.104225'),(3,'pbkdf2_sha256$20000$7LkYbekAHaMd$2InidT7nklBXmbU7LBjV/KrV+xZhLENf6CqU6u/FwM4=',NULL,0,'credentials_worker','','','credentials_worker@example.com',1,1,'2016-12-17 01:53:56.965130'),(4,'pbkdf2_sha256$20000$cteCw0RJ3uVK$rkfQUabaBl2XTR4XHI7CSQMVuaznmAV7o/CsJI3utjg=',NULL,0,'discovery_worker','','','discovery_worker@example.com',1,1,'2016-12-17 01:55:18.267378'),(5,'pbkdf2_sha256$20000$gsjW1GgOxZZM$slHH+xxXLN0bl49irkkMIoyvmvBdL/PxOhU7rddgMQY=',NULL,0,'programs_worker','','','programs_worker@example.com',1,1,'2016-12-17 01:59:43.985839');
903+
INSERT INTO `auth_user` VALUES (1,'!M9I2WXRegdpSxWvfvOY61ceUPEMEhCNrhMM2huV8',NULL,0,'ecommerce_worker','','','ecommerce_worker@example.com',1,1,'2016-12-17 01:36:43.677170'),(2,'pbkdf2_sha256$20000$gigALCz8hE7s$0J8cIgUD+kYH9bIMfIN8sF+gIeYvDKHfhhgUQNLX9Nk=','2016-12-18 05:11:31.932674',1,'edx','','','edx@example.com',1,1,'2016-12-17 01:53:34.104225'),(3,'pbkdf2_sha256$20000$7LkYbekAHaMd$2InidT7nklBXmbU7LBjV/KrV+xZhLENf6CqU6u/FwM4=',NULL,0,'credentials_worker','','','credentials_worker@example.com',1,1,'2016-12-17 01:53:56.965130'),(4,'pbkdf2_sha256$20000$cteCw0RJ3uVK$rkfQUabaBl2XTR4XHI7CSQMVuaznmAV7o/CsJI3utjg=',NULL,0,'discovery_worker','','','discovery_worker@example.com',1,1,'2016-12-17 01:55:18.267378'),(5,'pbkdf2_sha256$20000$gsjW1GgOxZZM$slHH+xxXLN0bl49irkkMIoyvmvBdL/PxOhU7rddgMQY=',NULL,0,'programs_worker','','','programs_worker@example.com',1,1,'2016-12-17 01:59:43.985839');
904904
/*!40000 ALTER TABLE `auth_user` ENABLE KEYS */;
905905
UNLOCK TABLES;
906906

0 commit comments

Comments
 (0)