Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

Re : Creating/replacing packages using Liquibase

$
0
0
I think that what Phillipe meant was rather than "enDelimiter", it should be "endDelimiter", and rather than "trip comment" it should be "stripComments".

So, going back to your original changeset, it should maybe look like this:
  1. <changeSet id="6006" author="EA" runAlways="true">
  2.         <sqlFile path="sql/db_api.sql" splitStatements="false" stripComments="true" endDelimiter="/" />
  3.         <rollback>
  4.             <sqlFile path="../Rollback/db_api.sql" splitStatements="false" stripComments="true" endDelimiter="/" />
  5.         </rollback>
  6.     </changeSet>

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>