Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

Summary

Uses pt-online-schema-change in order to add or drop columns.

Current Version

1.01.0

Author

Andreas Dangel (adangel [at] users.sf.net)

Issue Tracking

https://github.com/adangel/liquibase-percona/issues

Source Repository

https://github.com/adangel/liquibase-percona.git

Maven Coordinates

com.github.adangel.liquibase.ext:liquibase-percona

Supported Database

MySQL

 

News

October 19, 2014

1.0.0

compatible with liquibase 3.2.x
November 6, 20141.1.0compatible with liquibase 3.3.0

 

Attachments

Readme

Supported Databases

...

Liquibase version(s) tested against

Example

This changeset

Code Block
languagexml
<changeSet id="2" author="Alice">
    <addColumn tableName="person">
        <column name="address" type="varchar(255)"/>
    </addColumn>
</changeSet>

...