Update topics/database/hibernate.adoc
This commit is contained in:
parent
a8851fda07
commit
eae9f2599b
1 changed files with 0 additions and 6 deletions
6
topics/database/hibernate.adoc
Executable file → Normal file
6
topics/database/hibernate.adoc
Executable file → Normal file
|
@ -41,12 +41,6 @@ migrationStrategy::
|
|||
migrationExport::
|
||||
Path for where to write manual database initialization/migration file.
|
||||
|
||||
databaseSchema::
|
||||
Specify if schema should be updated or validated.
|
||||
Valid values are `update` (default) and `validate`. The `update` value will set up or update
|
||||
the table definitions that {{book.project.name}} needs. `validate` just makes sure that the database has
|
||||
the appropriate table definitions set up.
|
||||
|
||||
showSql::
|
||||
Specify whether Hibernate should show all SQL commands in the console (false by default). This is very verbose!
|
||||
|
||||
|
|
Loading…
Reference in a new issue