[ https://issues.apache.org/jira/browse/OPENJPA-2808?focusedWorklogId=416158&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-416158 ]
ASF GitHub Bot logged work on OPENJPA-2808: ------------------------------------------- Author: ASF GitHub Bot Created on: 05/Apr/20 09:59 Start Date: 05/Apr/20 09:59 Worklog Time Spent: 10m Work Description: solomax commented on pull request #59: [OPENJPA-2808] indicies are dropped in schema tool URL: https://github.com/apache/openjpa/pull/59 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 416158) Remaining Estimate: 0h Time Spent: 10m > SchemaTool action DROP doesn't drop Indexes created with @Index > --------------------------------------------------------------- > > Key: OPENJPA-2808 > URL: https://issues.apache.org/jira/browse/OPENJPA-2808 > Project: OpenJPA > Issue Type: Bug > Components: kernel > Affects Versions: 3.1.1 > Reporter: Mark Struberg > Assignee: Mark Struberg > Priority: Major > Fix For: 3.1.2 > > Time Spent: 10m > Remaining Estimate: 0h > > When using {{@Index(name="IFK_SOMEFK",...}} we should also drop this when > generating the DROP statement with our SchemaTool. > e.g. when setting > {noformat} > <plugin> > <groupId>org.apache.openjpa</groupId> > <artifactId>openjpa-maven-plugin</artifactId> > <version>${openjpa.version}</version> > <configuration> > <sqlAction>drop</sqlAction> > </configuration> > </plugin> > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)