zimy / geluid

geluid - music player server with a web-based user interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hbm2ddl must be disabled

zimy opened this issue · comments

I can't properly configure Hibernate (and hbm2ddl) not to do anything with target database
It exports scheme twice on startup, fail with dropping constraints (so I have to use workaround with WTF syntax), and lose data from dataSource, provided by Spring's config

Fixed with yaml configuration, changed to "update"