hibernate.ddl.auto doesn't meet the documentation
Bug #532617 reported by
Wojciech Erbetowski
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
play framework |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Documentation [1], when preparing for production says:
>>So we will let Hibernate create the database schema if it doesn’t exist, but it will never update it automatically.
>>Change the jpa.ddl configuration key:
>>
>>%server01.
But when I do, the schema id being dropped every time Play! app starts.
update and none options works as expected.
Play! 1.0.1, MySQL
[1] http://
tags: | added: documentation |
Changed in play: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Updated documentation.