Skip to content

Commit

Permalink
gets rid of a stray semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
dshunter107 committed Dec 26, 2023
1 parent 92569c0 commit 3a9694d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,4 @@
<sql-case id="create_tablespace_with_undo_tablespace_retention_guarantee" value="CREATE UNDO TABLESPACE tablespaceName RETENTION GUARANTEE" db-types="Oracle" />
<sql-case id="create_tablespace_with_undo_tablespace_retention_noguarantee" value="CREATE UNDO TABLESPACE tablespaceName RETENTION NOGUARANTEE" db-types="Oracle" />
<sql-case id="create_tablespace_with_relative_location" value="CREATE TABLESPACE example2 RELATIVE LOCATION 'tablespace2/tablespace_2'" db-types="openGauss" />
;
</sql-cases>

0 comments on commit 3a9694d

Please sign in to comment.