Skip to content

Commit

Permalink
fix(auto-complete): added missing validate value to hibernate auto-co…
Browse files Browse the repository at this point in the history
…mpletion
  • Loading branch information
zZHorizonZz authored and angelozerr committed Oct 5, 2023
1 parent 52d82de commit 6954101
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
{
"value": "update",
"description": "Update the schema if necessary."
},
{
"value": "validate",
"description": "Validate the schema."
}
],
"name": "quarkus.hibernate-orm.database.generation"
Expand Down

0 comments on commit 6954101

Please sign in to comment.