1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-24 16:26:33 +00:00

Reduce sms_msg column size

This fixes some MySQL problems with column size limits under innodb

Fixes #159
This commit is contained in:
Loïc Blot 2017-01-17 14:08:24 +01:00 committed by GitHub
parent d35619dfe3
commit 5b6aeb3d67

View File

@ -83,7 +83,7 @@
<name>sms_msg</name>
<type>text</type>
<notnull>true</notnull>
<length>20480</length>
<length>10240</length>
</field>
<field>
<name>sms_date</name>