liquibase.harness.change.expectedSql.oracle.12.1.dropIndex.sql Maven / Gradle / Ivy
CREATE INDEX LBUSER.idx_first_name ON LBUSER.authors(first_name)
DROP INDEX LBUSER.idx_first_name
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
CREATE INDEX LBUSER.idx_first_name ON LBUSER.authors(first_name)
DROP INDEX LBUSER.idx_first_name