Skip to content

Commit

Permalink
Schedule file typo fix for 13_8
Browse files Browse the repository at this point in the history
Signed-off-by: Deepakshi Mittal <[email protected]>
  • Loading branch information
deepakshi-mittal committed Apr 24, 2024
1 parent 61181c7 commit 8963fcc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions test/JDBC/expected/BABEL-4672-vu-cleanup.out
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
DROP TABLE IF EXISTS tbl_emp_salary;
GO

DROP TABLE IF EXISTS emp_salary;
GO
3 changes: 0 additions & 3 deletions test/JDBC/expected/BABEL-4672-vu-prepare.out
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
CREATE TABLE emp_salary(emp_id int, salary int);
GO

CREATE TABLE tbl_emp_salary(emp_id int, salary int);
GO
3 changes: 0 additions & 3 deletions test/JDBC/input/triggers/BABEL-4672-vu-cleanup.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
DROP TABLE IF EXISTS tbl_emp_salary;
GO

DROP TABLE IF EXISTS emp_salary;
GO
3 changes: 0 additions & 3 deletions test/JDBC/input/triggers/BABEL-4672-vu-prepare.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
CREATE TABLE emp_salary(emp_id int, salary int);
GO

CREATE TABLE tbl_emp_salary(emp_id int, salary int);
GO
1 change: 0 additions & 1 deletion test/JDBC/upgrade/13_8/schedule
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ Test-sp_helpdbfixedrole
Test-sp_helpsrvrolemember
BABEL-404
BABEL-493
BABEL-4672
BABEL-621
BABEL-775
BABEL-1206-before-15-5-or-14-10
Expand Down

0 comments on commit 8963fcc

Please sign in to comment.