PostgreSQL: Use correct PK name so patch-site_stats-pk.sql isn't run when not needed
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 14 Nov 2017 17:53:02 +0000 (12:53 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 14 Nov 2017 17:54:28 +0000 (12:54 -0500)
commitf1bbd1ad401dfcb837e93ccf473345eecbcab3db
treeff593700e706f8af3fbc7e5be513884eedae9c4e
parent85b49b0b73b470593ed2429d846e530efd60549b
PostgreSQL: Use correct PK name so patch-site_stats-pk.sql isn't run when not needed

PostgreSQL names this primary key "site_stats_pkey" by default, not
"PRIMARY".

Bug: T180508
Change-Id: I626e46186376bc2a13157664c3ea6e097fa5e650
includes/installer/PostgresUpdater.php