Skip to content

Instantly share code, notes, and snippets.

@wavecos
Last active April 14, 2016 14:41
Show Gist options
  • Save wavecos/ca082964f8b13ad5d720ba15f3ffdaa3 to your computer and use it in GitHub Desktop.
Save wavecos/ca082964f8b13ad5d720ba15f3ffdaa3 to your computer and use it in GitHub Desktop.
    <changeSet id="20161231000001" author="jhipster">

        <sql>SET FOREIGN_KEY_CHECKS=0;</sql>

        <loadData encoding="UTF-8"
                  file="config/liquibase/enterprises.csv"
                  separator="|"
                  tableName="enterprise">
            <column name="order_number" type="numeric"/>
        </loadData>

        <sql>SET FOREIGN_KEY_CHECKS=1;</sql>

    </changeSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment