Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Do not use more than one suffix when working in a development workflow (-ignore, -unignore, -replace, -cleanup, -rollback). For example, when you update a myscript-rollback file, you update it in place. Do not create a myscript-rollback-replace script. It causes an error during packaging.  


Note

It is important to maintain consistent case in workflow file names!

When creating a new workflow file it is important to maintain file name casing that is consistent with the original file. MYSCRIPT-ignore.sql will not match myscript.sql.

If you are using git, you may have to run the following command to configure your repository to enforce consistent file name case: git config core.ignorecase false