Module: kamailio Branch: master Commit: f4b364b99162670db3eff38bcc67503c86658a22 URL: https://github.com/kamailio/kamailio/commit/f4b364b99162670db3eff38bcc67503c86658a22
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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"> _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
