From a501d4b61e3ba30aa1643b6a92c5177ee69d3b7d Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <karlitschek@kde.org>
Date: Sun, 26 Feb 2012 19:13:14 +0100
Subject: [PATCH] =?UTF-8?q?change=20back=20to=2032bit.=20autoincrement=20d?=
 =?UTF-8?q?oesn=C2=B4t=20work=20with=20sqlite=20otherwise?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 db_structure.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db_structure.xml b/db_structure.xml
index bdbb16759db..879bbcb48ad 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -53,7 +53,7 @@
 	   <type>integer</type>
 	   <default>0</default>
 	   <notnull>true</notnull>
-	   <length>8</length>
+	   <length>4</length>
    </field>
 
    <field>
-- 
GitLab