Merge branch 'develop' into develop

This commit is contained in:
tomquinn04 2021-06-06 15:01:44 +01:00 committed by GitHub
commit 12ad576014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,8 @@
<field name="transfer_on_hangup" type="string" notnull="false"/>
<field name="phonecodepage" type="string" length="50" notnull="false"/>
</table>
<table name="sccpline">
<table name="sccpline">
<field name="id" type="integer" autoincrement="true"/>
<field name="pin" type="string" length="7" notnull="false"/>
<field name="label" type="string" length="45" notnull="false"/>
@ -120,9 +121,10 @@
<column name="id"/>
</key>
</table>
<table name="sccpbuttonconfig">
<field name="ref" type="string" length="15" default="" primarykey="true"/>
<field name="reftype" type="string" default="sccpdevice" primarykey="true"/>
<field name="reftype" type="string" length="15" default="sccpdevice" primarykey="true"/>
<field name="instance" type="boolean" default="0" primarykey="true"/>
<field name="buttontype" type="string" default="line" primarykey="true"/>
<field name="name" type="string" length="36" notnull="false"/>