From 5b6aeb3d67becc4b20754ead9a28431ea7e9d576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Tue, 17 Jan 2017 14:08:24 +0100 Subject: [PATCH] Reduce sms_msg column size This fixes some MySQL problems with column size limits under innodb Fixes #159 --- appinfo/database.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/database.xml b/appinfo/database.xml index 865572e..ee0cfdc 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -83,7 +83,7 @@ sms_msg text true - 20480 + 10240 sms_date