summaryrefslogtreecommitdiffstats
path: root/db/oracle/output.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'db/oracle/output.xsl')
-rw-r--r--db/oracle/output.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/oracle/output.xsl b/db/oracle/output.xsl
index 9cb2475..5a4e1b2 100644
--- a/db/oracle/output.xsl
+++ b/db/oracle/output.xsl
@@ -71,7 +71,7 @@
<xsl:for-each select="row">
<xsl:for-each select="relation">
<xsl:variable name="tbl_to" select="@table" />
- <xsl:value-of select="concat( $crlf, 'ALTER TABLE ', ' DROP CONSTRAINT ' )"/>
+ <xsl:value-of select="concat( $crlf, 'ALTER TABLE ', '' )"/>
<xsl:call-template name="ora_ident">
<xsl:with-param name="ident" select="$tbl_fr" />
</xsl:call-template>