Added tutorials of the hibernate-release 5.2.18.Final
[hibernate4-maven-plugin] / src / it / tutorials / entitymanager / target / create.sql
diff --git a/src/it/tutorials/entitymanager/target/create.sql b/src/it/tutorials/entitymanager/target/create.sql
deleted file mode 100644 (file)
index 48eb18e..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-    create table EVENTS (
-        id bigint not null,
-        EVENT_DATE timestamp,
-        title varchar(255),
-        primary key (id)
-    );