Skip to content

Commit

Permalink
Fix cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Tanwar <[email protected]>
  • Loading branch information
ritanwar committed Jul 23, 2024
1 parent 32e6b09 commit a736480
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion test/JDBC/input/ISC-Tables-vu-verify.sql
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ SELECT * FROM isc_tables_vu_prepare_f2()
GO

SELECT * FROM isc_tables_vu_prepare_v1
GO
GO
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,4 @@ DROP SEQUENCE sp_rename_vu_schema1.sp_rename_vu_seq1_new2;
GO

DROP SCHEMA sp_rename_vu_schema1;
GO

DROP VIEW babelfish_split_identifier_view;
GO

0 comments on commit a736480

Please sign in to comment.