projects
/
hibernate-maven-plugin
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1a24e12d58eaf5019c2035c8afcf1789828343d8
[hibernate-maven-plugin]
/
drop-schema.ddl
1
2
drop table HMP_FACHGEBIET if exists;
3
4
drop table HMP_UCI_TEST_ENTITY if exists;
5
6
drop sequence if exists HMP_SEQ;