mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-22 22:03:13 +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:
@@ -83,7 +83,7 @@
|
|||||||
<name>sms_msg</name>
|
<name>sms_msg</name>
|
||||||
<type>text</type>
|
<type>text</type>
|
||||||
<notnull>true</notnull>
|
<notnull>true</notnull>
|
||||||
<length>20480</length>
|
<length>10240</length>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>sms_date</name>
|
<name>sms_date</name>
|
||||||
|
|||||||
Reference in New Issue
Block a user