6aceceff8172bb00e10e51edf156d919c53aa7e9
V1.2 now checks if the 'membres' table exists before trying to add the organisation_id column. This prevents failures when Flyway runs before Hibernate creates the initial schema from JPA entities. Changes: - Added table existence check before ALTER TABLE membres - Migration will skip the ALTER if table doesn't exist yet - Allows Hibernate to create initial schema first This ensures migrations work correctly without any test data.
Description
No description provided
Languages
Java
99.8%
Dockerfile
0.2%