[sr-dev] git:master:f4b364b9: srdb1/schema: added version attribute to version table schema

Daniel-Constantin Mierla miconda at gmail.com
Wed Sep 9 09:22:12 CEST 2015


Module: kamailio
Branch: master
Commit: f4b364b99162670db3eff38bcc67503c86658a22
URL: https://github.com/kamailio/kamailio/commit/f4b364b99162670db3eff38bcc67503c86658a22

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-09-09T09:21:56+02:00

srdb1/schema: added version attribute to version table schema

- to be coherent with the other tables schema

---

Modified: lib/srdb1/schema/version.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/f4b364b99162670db3eff38bcc67503c86658a22.diff
Patch: https://github.com/kamailio/kamailio/commit/f4b364b99162670db3eff38bcc67503c86658a22.patch

---

diff --git a/lib/srdb1/schema/version.xml b/lib/srdb1/schema/version.xml
index 298f32a..c18ea3b 100644
--- a/lib/srdb1/schema/version.xml
+++ b/lib/srdb1/schema/version.xml
@@ -8,6 +8,7 @@
 
 <table id="version" xmlns:xi="http://www.w3.org/2001/XInclude">
     <name>version</name>
+    <version>1</version>
     <type db="mysql">&MYSQL_TABLE_TYPE;</type>
 
     <column id="table_name">




More information about the sr-dev mailing list