From 246e1daf55e0d9a89ad1b87d6be77b7c532c4212 Mon Sep 17 00:00:00 2001 From: zZHorizonZz Date: Wed, 4 Oct 2023 10:18:01 +0200 Subject: [PATCH] fix(auto-complete): added missing validate value to hibernate auto-completion --- .../static-properties/quarkus-hibernate-orm-metadata.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/static-properties/quarkus-hibernate-orm-metadata.json b/src/main/resources/static-properties/quarkus-hibernate-orm-metadata.json index e562ff2e8..ede8e5e49 100644 --- a/src/main/resources/static-properties/quarkus-hibernate-orm-metadata.json +++ b/src/main/resources/static-properties/quarkus-hibernate-orm-metadata.json @@ -21,6 +21,10 @@ { "value": "update", "description": "Update the schema if necessary." + }, + { + "value": "validate", + "description": "Validate the schema." } ], "name": "quarkus.hibernate-orm.database.generation"