Remove unnecessary integration test

This commit is contained in:
baztian
2020-06-03 21:32:35 +02:00
parent 3a4edca97b
commit 6e53d9f707
3 changed files with 0 additions and 22 deletions
-5
View File
@@ -1,5 +0,0 @@
create table customer (
"CUST_ID" INTEGER not null,
"USER_ID" DECIMAL(18,0) not null,
primary key ("CUST_ID")
);
-1
View File
@@ -1 +0,0 @@
insert into CUSTOMER (CUST_ID, USER_ID) values (1, 12345);