From f0a7159c401983e7dbc9620582124f90f3e4eadc Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 01 Mar 2013 18:10:54 -0500
Subject: [PATCH] Add methods to append certain nodes to session data in order to avoid session saving race conditions. Fixes #1488422

---
 SQL/mysql.initial.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SQL/mysql.initial.sql b/SQL/mysql.initial.sql
index bb1856c..cb750c5 100644
--- a/SQL/mysql.initial.sql
+++ b/SQL/mysql.initial.sql
@@ -196,4 +196,4 @@
 
 /*!40014 SET FOREIGN_KEY_CHECKS=1 */;
 
-INSERT INTO system (name, value) VALUES ('roundcube-version', '2013011000.sql');
+INSERT INTO system (name, value) VALUES ('roundcube-version', '2013011700');

--
Gitblit v1.9.1