It would be useful to have a separate type for commits that change the database structure (changes to the entities) for traceability. It would be particularly useful if this commit introduces breaking changes that need data migration.
My proposal is to name this type model:. For example: model: add 'context' attribute to MessageEntity.
If the commit requires a migration script from the previous state we could add the exclamation mark '!' model!: maybe with additional info in the body
It would be useful to have a separate type for commits that change the database structure (changes to the entities) for traceability. It would be particularly useful if this commit introduces breaking changes that need data migration.
My proposal is to name this type model:. For example:
model: add 'context' attribute to MessageEntity.If the commit requires a migration script from the previous state we could add the exclamation mark '!'
model!:maybe with additional info in the body