Hibernate ORM drop-and-create with create-schemas: true #38914
trym-moeller
started this conversation in
Community
Replies: 1 comment 2 replies
-
@FroMage have you seen the above? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a quarkus microservice using a h2 db (in test) and I have configured a default scheme
and in test I have configured quarkus/hibernate to create schema and tables
When I run tests I see logs of warning level regarding an unknown schema (when dropping tables). See below for stracktrace. I have read #16204 but I am not sure if this log is part of that problem and if it should be fixed likewise?
Can I do anything so hibernate orm does not try to delete tables in a non-existing schema?
Thanks for any input.
Best regards Trym
Stracktrace:
Beta Was this translation helpful? Give feedback.
All reactions