After upgrading from hibernate 5 to 6 I get the following warnings: (JPA Startup Thread) constraint "uk_efyrrfjynwrsi3itwh01fg52" of relation "users" does not exist, skipping Although I have the update strategy set to “update” hibernate does not create the missing constraints. With the update strategy set to update, hibernate should create the constraints automatically |