Module: kamailio Branch: 5.3 Commit: 2396526ca13f3373d41d727119326fd9a41b7eb7 URL: https://github.com/kamailio/kamailio/commit/2396526ca13f3373d41d727119326fd9...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@skalatan.de Date: 2020-05-13T11:52:32Z
lib/srdb1: fix warning about wrong namespace in version.xml
(cherry picked from commit d4311f3dfa3fc6c3836e8573fb12bc2ae4b6c264)
---
Modified: src/lib/srdb1/schema/version.xml
---
Diff: https://github.com/kamailio/kamailio/commit/2396526ca13f3373d41d727119326fd9... Patch: https://github.com/kamailio/kamailio/commit/2396526ca13f3373d41d727119326fd9...
---
diff --git a/src/lib/srdb1/schema/version.xml b/src/lib/srdb1/schema/version.xml index c18ea3b0c3..14b3dd4be9 100644 --- a/src/lib/srdb1/schema/version.xml +++ b/src/lib/srdb1/schema/version.xml @@ -6,7 +6,7 @@
]>
-<table id="version" xmlns:xi="http://www.w3.org/2001/XInclude"> +<table id="version" xmlns:db="http://docbook.org/ns/docbook">> <name>version</name> <version>1</version> <type db="mysql">&MYSQL_TABLE_TYPE;</type>