Module: kamailio
Branch: 5.4
Commit: b43f98af239b8459bb8872464c954ba25ce3dbf5
URL:
https://github.com/kamailio/kamailio/commit/b43f98af239b8459bb8872464c954ba…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-09-02T13:15:08+02:00
doc/stylesheets: set 0 for id column in dbtext version table records
(cherry picked from commit fcd3f257c12d2e17fa92007f9d149e4ee27ec994)
---
Modified: doc/stylesheets/dbschema_k/xsl/dbtext.xsl
---
Diff:
https://github.com/kamailio/kamailio/commit/b43f98af239b8459bb8872464c954ba…
Patch:
https://github.com/kamailio/kamailio/commit/b43f98af239b8459bb8872464c954ba…
---
diff --git a/doc/stylesheets/dbschema_k/xsl/dbtext.xsl
b/doc/stylesheets/dbschema_k/xsl/dbtext.xsl
index 8bb0599149..29c4b4da7d 100644
--- a/doc/stylesheets/dbschema_k/xsl/dbtext.xsl
+++ b/doc/stylesheets/dbschema_k/xsl/dbtext.xsl
@@ -53,6 +53,7 @@
<!-- version data template -->
<xsl:template match="version">
+ <xsl:text>0:</xsl:text>
<xsl:call-template name="get-name">
<xsl:with-param name="select" select="parent::table"/>
</xsl:call-template>