| For now when Multi Tenancy is configured with database strategy (hibernate.multiTenancy=DATABASE) and schema validation is enabled (hibernate.hbm2ddl.auto=validate), just default database is validating by Hibernate SchemaValidator. It would be great if schemas for all configured tenants will be validated by Hibernate. |