* GIT v(+) database versioning question
@ 2016-03-26 10:50 Vít Procházka
0 siblings, 0 replies; only message in thread
From: Vít Procházka @ 2016-03-26 10:50 UTC (permalink / raw)
To: git
Hello,
may I ask a question: what would be the best way to achieve this with GIT:
Database versioning scripts shall be (1) numbered (due to DBmaintain)
and (2) incremental.
ad 1) When a developer commits a script, I should get the next higher
number
than the last committed script. E.g. 045_customers.SQL, 046_orders.SQL etc
ad 2) Scripts, which are once committed, should be immutable -- developers
should not be able to change them. They can only add new scripts.
Many thanks in advance,
V. Prochazka
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-26 11:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-26 10:50 GIT v(+) database versioning question Vít Procházka
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.