I specifie a schema on all my classes with annotation @Table Ex : @Table(name = "table_1", schema = "my_schema")
Evolutions creating a 1.sql file with errors. Name of indexes and constraints contains a dot. Ex: create index ix_my_schema.table_1 on my_schema.table_1 (column_id);
I searched a solution for solve this without result.
Thank for your help
I've raised an issue, it will be fixed in 4.0.5 https://github.com/ebean-orm/avaje-ebeanorm/issues/141