Re: Migrations

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Migrations
Дата
Msg-id 55CD4FA4.7020705@aklaver.com
обсуждение исходный текст
Ответ на Migrations (was: First-class Polymorphic joins?)  (Martín Marqués <martin@2ndquadrant.com>)
Ответы Re: Migrations
Список pgsql-general
On 08/13/2015 05:37 PM, Martín Marqués wrote:
> El 13/08/15 a las 21:23, Guyren Howe escribió:
>>
>> I also think migrations ought to be a first-class feature…
>
> What do you mean with "migrations ought to be a first-class feature"?
>
> There have been, and there still are efforts for making upgrading as
> smooth and simple as possible, but I'm not really sure where you want to
> get with this.

I think Guyren is talking about something like Django or Rails
migrations, Alembic, Sqitch, etc. A way to do changes to database
objects either whole or as incremental changes. Basically a schema
versioning method.

>
> Cheers,
>


--
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: Martín Marqués
Дата:
Сообщение: Migrations (was: First-class Polymorphic joins?)
Следующее
От: "Stephen Feyrer"
Дата:
Сообщение: Re: Foreign Keys as first class citizens at design time?