[BAEL-7057] - Fixed Junits in Jenkins for libraries-data Module (#4588)

This commit is contained in:
Amit Pandey 2018-06-30 11:34:57 +05:30 committed by Grzegorz Piwowarek
parent 97a2e6b185
commit f4d9ba7c0d
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
drop table if exists emp;
drop table if exists dept;
create table dept(
deptno numeric,
dname varchar(14),