my case is as follows:
- I make changes in already existing tables.
- I add new tables.
- In the import script for hibernate (import.sql) sometimes i make changes in old queries and sometimes i add new queries.
- In Production it should be set to none, and use an sql script instead, right ?
please advise.
Yes. It should be
Also the other important properties should be set at a development env only,
To track the hibernate queries generated.