瀏覽代碼

- sip_status fields changed from string to integer type

Jan Janak 17 年之前
父節點
當前提交
53e29ca077
共有 2 個文件被更改,包括 2 次插入4 次删除
  1. 1 2
      db/schema/acc.xml
  2. 1 2
      db/schema/missed_calls.xml

+ 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