Skip to content

Commit 0fbcbc1

Browse files
committed
Fix style
1 parent 74f8ff6 commit 0fbcbc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/sql.extensions/README.ddl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ DROP USER [IF EXISTS] <user> [USING PLUGIN <plugin>]
664664
DROP PACKAGE [IF EXISTS] <package>
665665
DROP PACKAGE BODY [IF EXISTS] <package>
666666
DROP [GLOBAL] MAPPING [IF EXISTS] <mapping>
667-
DROP SCHEMA [IF EXISTS] _schema_
667+
DROP SCHEMA [IF EXISTS] <schema>
668668
ALTER TABLE <table> DROP [COLUMN] [IF EXISTS] <column name>
669669
ALTER TABLE <table> DROP CONSTRAINT [IF EXISTS] <constraint name>
670670

0 commit comments

Comments
 (0)