I received the error shown in the subject line, but only after running successfully for several days as I developed my scripts. Is there a maximum number of changelog files that you can have before the error is given?
Sample changelog:
{
"databaseChangeLog": [
{
"include": {
"file": "db/schemas.sql",
"relativeToChangelogFile": true
}
},
{
"include": {
"file": "db/App_Guids.sql",
"relativeToChangelogFile": true
}
}, ...