aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/relational/oracle/schema.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/oracle/schema.cxx b/odb/relational/oracle/schema.cxx
index 2835520..fd25ef7 100644
--- a/odb/relational/oracle/schema.cxx
+++ b/odb/relational/oracle/schema.cxx
@@ -106,7 +106,7 @@ namespace relational
<< " EXCEPTION" << endl
<< " WHEN OTHERS THEN" << endl
<< " IF SQLCODE != -942 THEN RAISE; END IF;" << endl
- << " END;"
+ << " END;" << endl
<< " BEGIN" << endl
<< " EXECUTE IMMEDIATE 'DROP SEQUENCE " <<
quote_id (table + "_seq") << "';" << endl