瀏覽代碼

sca: db table version incremented to 1

- should have been part of commit adding record_route to table.
Andrew Mortensen 12 年之前
父節點
當前提交
cdd23170e8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/srdb1/schema/sca.xml

+ 1 - 1
lib/srdb1/schema/sca.xml

@@ -9,7 +9,7 @@
 
 <table id="sca_susbcriptions" xmlns:db="http://docbook.org/ns/docbook">
     <name>sca_subscriptions</name>
-    <version>0</version>
+    <version>1</version>
     <type db="mysql">&MYSQL_TABLE_TYPE;</type>
     <description>
         <db:para>This table is used by the sca module to store active subscriptions. At startup time, the sca module loads unexpired subscriptions into its subscription hash table. More information about the sca module can be found at: &KAMAILIO_MOD_DOC;sca.html