See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
| validate: validate the schema, makes no changes to the database. | |
| update: update the schema. | |
| create: creates the schema, destroying previous data. | |
| create-drop: drop the schema at the end of the session. |