1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-10 17:36:21 +00:00

Prepare conversation scheme

This commit is contained in:
Loic Blot 2018-05-17 09:21:55 +02:00
parent b8395f37d3
commit 7bd0ea3af3
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

@ -169,6 +169,32 @@
</index>
</declaration>
</table>
<table>
<name>*dbprefix*ocsms_conversations</name>
<declaration>
<field>
<name>id</name>
<type>text</type>
<notnull>true</notnull>
<length>64</length>
</field>
<field>
<name>sms_address</name>
<type>text</type>
<notnull>true</notnull>
<length>512</length>
</field>
<index>
<name>smsdata_conversations_id_address</name>
<field>
<name>id</name>
</field>
<field>
<name>sms_address</name>
</field>
</index>
</declaration>
</table>
<table>
<name>*dbprefix*ocsms_sendmessage_queue</name>
<declaration>