Add ar_id and el_id sequences for PostgreSQL
authorsaper <saper@saper.info>
Mon, 28 Oct 2013 22:08:52 +0000 (23:08 +0100)
committerPleaseStand <pleasestand@live.com>
Mon, 28 Oct 2013 22:32:07 +0000 (22:32 +0000)
commita52b64ea714ca239034ec06c35d15c016121b226
tree02e60ff7263a2de3253dc0abd9c9448b5d3f6af6
parent22280a1e3b8bd8ad33bac75225a6c71d19780d36
Add ar_id and el_id sequences for PostgreSQL

PostgreSQL needs sequences created before nextval
is used as the default value, populating newly
created fields.

Followup to: Ib6b0fc3736d173fa4ba7b786ecfc710b2f4711bb

Bug: 15441
Bug: 39675
Bug: 56185
Change-Id: Ia21d5bddead257a33a13e3ff2ec508041843613b
includes/installer/PostgresUpdater.php