Browse Source

Don't forget to insert rows into the version table, like other DB
backends do.

Maxim Sobolev 18 years ago
parent
commit
7c34792e3a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      doc/stylesheets/dbschema/xsl/postgres.xsl

+ 3 - 0
doc/stylesheets/dbschema/xsl/postgres.xsl

@@ -88,6 +88,9 @@
 	    <xsl:call-template name="get-name"/>
 	</xsl:variable>
 
+	<!-- Create row in version table -->
+	<xsl:apply-templates select="version"/>
+
 	<xsl:text>CREATE TABLE </xsl:text>
 	<xsl:value-of select="$table.name"/>
 	<xsl:text> (&#x0A;</xsl:text>