Description
When using @Index(name="IFK_SOMEFK",... we should also drop this when generating the DROP statement with our SchemaTool.
e.g. when setting
<plugin> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-maven-plugin</artifactId> <version>${openjpa.version}</version> <configuration> <sqlAction>drop</sqlAction> </configuration> </plugin>
Attachments
Issue Links
- links to