Re: Question: How do you manage version control?

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Question: How do you manage version control?
Дата
Msg-id jqaoe4$et6$1@dough.gmane.org
обсуждение исходный текст
Ответ на Question: How do you manage version control?  (Bryan Montgomery <monty@english.net>)
Список pgsql-general
Bryan Montgomery wrote on 01.06.2012 17:28:
> So we've been reviewing our processes and working on improving them. One area we've been lacking is a procedure to
versioncontrol our database functions, table changes, static data etc. 
> I'm curious how others do it. Ideally, we want it to be part of our release / build process so that we deploy
functions.
> However, how do you handle dependancies?
> We've also used patch files if we need to modify tables - these are typically written to only run once, ie alter
tableadd column x int. Any thoughts on putting this in to a process so that it can be run mutliple times without any
issue?


We have quite good experience with Liquibase to manage the DB scripts

Regards
Thomas


В списке pgsql-general по дате отправления:

Предыдущее
От: Chris Angelico
Дата:
Сообщение: Re: Question: How do you manage version control?
Следующее
От: Ralf Schuchardt
Дата:
Сообщение: Re: Question: How do you manage version control?