Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLadar Levison <ladar@lavabit.com>2017-09-07 05:24:49 +0300
committerLadar Levison <ladar@lavabit.com>2017-09-07 05:24:49 +0300
commit2291aa6fa9da3388d2edf8e5f9b6753a2bee9726 (patch)
treedbb9bafda022f85672124094194d83ea00705169 /res
parent42874abb3bf4b19ec11fb68dd0457b3a1aa58e8d (diff)
Fixed the missing Inbox folder for the dummy stacie account.
Diffstat (limited to 'res')
-rw-r--r--res/sql/Data.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/sql/Data.sql b/res/sql/Data.sql
index 2a3e3c01..9f58fe53 100644
--- a/res/sql/Data.sql
+++ b/res/sql/Data.sql
@@ -79,7 +79,7 @@ INSERT INTO `Domains` VALUES (1,'dark.lavabit.com',0,0,0,0,0,'2010-05-18 02:08:5
-- ORDER BY: `foldernum`
/*!40000 ALTER TABLE `Folders` DISABLE KEYS */;
-INSERT INTO `Folders` VALUES (1,1,'Inbox',0,NULL),(2,2,'Inbox',0,NULL),(3,3,'Inbox',0,NULL);
+INSERT INTO `Folders` VALUES (1,1,'Inbox',0,NULL),(2,2,'Inbox',0,NULL),(3,3,'Inbox',0,NULL),(4,4,'Inbox',0,NULL);
/*!40000 ALTER TABLE `Folders` ENABLE KEYS */;
--
@@ -148,7 +148,7 @@ INSERT INTO `Log` VALUES (1,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00
-- ORDER BY: `address`
/*!40000 ALTER TABLE `Mailboxes` DISABLE KEYS */;
-INSERT INTO `Mailboxes` VALUES ('ladar@mailshack.com',3),('ladar@nerdshack.com',3),('ladar@lavabit.com',3),('ladar@example.com',3),('magma@lavabit.com',1),('magma@example.com',1),('princess@example.com',2),('stacie@lavabit.com',4);
+INSERT INTO `Mailboxes` VALUES ('magma@lavabit.com',1),('magma@example.com',1),('princess@lavabit.com',2),('princess@example.com',2),('ladar@mailshack.com',3),('ladar@nerdshack.com',3),('ladar@lavabit.com',3),('ladar@example.com',3),('stacie@lavabit.com',4),('stacie@example.com',4);
/*!40000 ALTER TABLE `Mailboxes` ENABLE KEYS */;
--