Skip to content

Commit

Permalink
doc/stylesheets: set 0 for id column in dbtext version table records
Browse files Browse the repository at this point in the history
(cherry picked from commit fcd3f25)
  • Loading branch information
miconda committed Sep 2, 2020
1 parent 09fd6a1 commit b43f98a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/stylesheets/dbschema_k/xsl/dbtext.xsl
Expand Up @@ -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>
Expand Down

0 comments on commit b43f98a

Please sign in to comment.