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