Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

Changeset identifiers - best practises - supporting multiple branches

$
0
0
Team,

Whilst the liquibase documentation doesn't enforce / recommend any particular convention for the identifier I'd be interested in other teams experiences on what worked well / didn't for them and why.  

We could generate an identifier ourselves based on the date and a number sequence e.g. YYYYMMDD-<SEQ> although if others merge changesets in the same day they might get conflicts and resolve sequence numbers. I know it doesn't matter so much even if out of sequence as the key issue is uniqueness however perhaps some schemes are better.  

Also we may have "newer" changes from old service pack branches merged into master for which we'd want to keep the same changeset identifier presumably i.e. it's the same logical changeset with schema plus data updates in most cases. 

Appreciate your thoughts and we can develop this into a guidance page


Viewing all articles
Browse latest Browse all 2993

Trending Articles