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 committed Oct 4, 2023
1 parent abf9c7d commit 246e1da
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 246e1da

Please sign in to comment.