Przeglądaj źródła

- sip_status fields changed from string to integer type

Jan Janak 17 lat temu
rodzic
commit
53e29ca077
2 zmienionych plików z 2 dodań i 4 usunięć
  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