BAEL-797 remove unused sql file

This commit is contained in:
tschiman 2017-04-25 19:41:17 -06:00
parent d08db87870
commit 3afcc84ce9
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
insert into book (id, author, title) values
(1, 1, 1),
(2, 1, 2),
(3, 2, 3),
(4, 2, 4),
(5, 3, 5),
(6, 3, 1),
(7, 3, 2);