Versions Compared

Key

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

...

Code Block
    <changeSet author="jony" id="1">
        <ext:createTable tableName="t7">
            <column name="id" type="INT">
                <constraints primaryKey="true" primaryKeyName="C_PRIMARY"/>
            </column>
            <column name="i1" type="INT">
                <constraints nullable="false"/>
            </column>
            <column name="i2" type="INT"/>
        </ext:createTable>
    </changeSet>
    <changeSet author="jony" id="2">
        <ext:createProjection nodes="ALL NODES" orderby="id" projectionName="t7_super" schemaName="bla" segmentedby="hash(t7.id)" subquery="Select * from t7" ksafe="">
            <column encoding="AUTO" name="id" type="INT"/>
            <column encoding="AUTO" name="i1" type="INT"/>
            <column encoding="AUTO" name="i2" type="INT"/>
        </ext:createProjection>
    </changeSet>

Files

liquibase-vertica-1.2.jar

liquibase-vertica-1.1.jar

News

April 01, 2014

1.1 - Initial release

Oct 24, 20141.2 - Vertica 7.1 support for liquibase 3.2.2