FIX DB2 migration: reorg table must be called after drop not null

This commit is contained in:
Noemi Praml
2022-09-02 10:49:25 +02:00
parent a5c3bbb97e
commit fbb73d465c
4 changed files with 24 additions and 5 deletions
@@ -39,4 +39,9 @@ public class ETable {
@OneToMany(mappedBy = "foreign")
List<ETable> foreigns;
private String textfield;
@Index
private String textfield2;
}