commit | b51115a314819b88feadfa7567c7869eb8b27f7d | [log] [tgz] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Fri Jan 09 09:26:19 2015 -0800 |
committer | Dave Borowitz <dborowitz@google.com> | Fri Jan 09 09:30:37 2015 -0800 |
tree | 17fbdffac70b0b3a3ac242f781b55d8441cd45e2 | |
parent | b2ccefe0bb4471e344bc35b15972787360a06589 [diff] |
Add SqlDialect method to drop an index Only MySQL has a custom implementation of this. At this point it is easiest to only add a drop method, not an add method. There are multiple ways add could be implemented, e.g. automatically creating indexes when scanning over @Query fields. However, this change is primarily to help Gerrit Code Review migrate away from gwtorm, for which dropping indexes is more germane. Change-Id: I2eacad107d8f6e78c77f43f30ca22a62d3a65f02