You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use liquibase-maven-plugin 3.5.3 in Spring Boot App (spring-boot-starter-parent 1.5.6), MySQL 5.6.21, Win7.
It seems to work excellent with exception of usual index like:
@Entity @Table(name = "profile", indexes = { @Index(columnList = "code", name = "idx_code") }) public class Profile extends TenantRelatedEntity implements ProfileInterface { // }
Changelog from diff:
--changeset Pilsener:1504524186302-2
DROP INDEX idx_code ON profile;
CREATE INDEX idx_code ON profile(code);
All plugin from pom:
`
org.liquibase
liquibase-maven-plugin
3.5.3
Hi Bros!
I use liquibase-maven-plugin 3.5.3 in Spring Boot App (spring-boot-starter-parent 1.5.6), MySQL 5.6.21, Win7.
It seems to work excellent with exception of usual index like:
@Entity @Table(name = "profile", indexes = { @Index(columnList = "code", name = "idx_code") }) public class Profile extends TenantRelatedEntity implements ProfileInterface { // }
Changelog from diff:
All plugin from pom:
`
org.liquibase
liquibase-maven-plugin
3.5.3
┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: