I plan on using a "base script" for my initial database version 1.0.0 but after that I will require change scripts which "upgrade" the database to newer versions. I'm not sure how to name these scripts in my repository.
I was envisioning something along the lines of:
- Baseline-6.0.0.sql
- Patch-6.0.1.sql
- Patch-6.0.2.sql
- Patch-6.1.0.sql
What is a good naming convention to use and why?