2
0
Эх сурвалжийг харах

- sip_status fields changed from string to integer type

Jan Janak 17 жил өмнө
parent
commit
53e29ca077

+ 1 - 2
db/schema/acc.xml

@@ -126,8 +126,7 @@
 
     <column>
 	  <name>sip_status</name>
-	  <type>string</type>
-	  <size>128</size>
+	  <type>int</type>
 	  <null/>
 	  <description>
 	    The status code of the final SIP reply that finished the transaction

+ 1 - 2
db/schema/missed_calls.xml

@@ -121,8 +121,7 @@
 	
     <column>
 	  <name>sip_status</name>
-	  <type>string</type>
-	  <size>128</size>
+	  <type>int</type>
 	  <null/>
 	  <description>
 	    The status code of the final SIP reply that finished the transaction