Tagged Questions
0
votes
1answer
608 views
Liquibase noob strikes again - Error on sqlFile tag
Im using the sqlFile to include an sql script that creates tables using oracle specific commands (NOCACHE, NO PARALLEL, stuff like that). My master.xml file includes all sql scripts and executes them. ...