[BAEL-7057] - Fixed Junits in Jenkins for libraries-data Module (#4588)
This commit is contained in:
parent
97a2e6b185
commit
f4d9ba7c0d
|
@ -1,3 +1,7 @@
|
|||
drop table if exists emp;
|
||||
drop table if exists dept;
|
||||
|
||||
|
||||
create table dept(
|
||||
deptno numeric,
|
||||
dname varchar(14),
|
||||
|
|
Loading…
Reference in New Issue