play--database icon indicating copy to clipboard operation
play--database copied to clipboard

Just print sql commands which would normaly generate hibernate with ddl=update

Open dunsun opened this issue 14 years ago • 1 comments

Would be very useful to be able to just print sql commands (without making any real changes to a production db schema) which hibernate produces if you have set jpa.ddl=update in your conf.

Then anyone could print these alter sql commands into a file and then would manually (check if all is ok) and copy/paste them into sql console.

dunsun avatar Aug 23 '10 11:08 dunsun

Will try to implement this.

pepite avatar Oct 25 '10 18:10 pepite