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

Re : How to reference new change in xml file

$
0
0
You probably just need to make sure you have a namespace for your new change. If you don't want to create you own xsd, you can use 


A full header like:


  1.     <changeSet id="1" author="me">
  2.         <ext:myChange attribute1="x"/>
  3.     </changeSet>

Nathan

Viewing all articles
Browse latest Browse all 2993

Trending Articles