79671933

Date: 2025-06-19 10:47:12
Score: 1
Natty:
Report link

I removed 'classpath:' from master.xml file and it's work

Before:

<include file="classpath:db/changelog/migrations/1-create-publisher-table.xml" relativeToChangelogFile="false"/>

After:

<include file="db/changelog/migrations/1-create-publisher-table.xml" relativeToChangelogFile="false"/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MassacrePL