X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FPostgresUpdater.php;h=c38eb6aabcee8eb6a862ff2da0c7a78c46657701;hp=1f17fecc2b5ae976af73ff2d6c619d38cb5b0ba0;hb=70a602dde40e3694f8ef8b9c779a528c17a48f42;hpb=641c6d1f15f866770d44b67c1efc5f9fc0763d9e diff --git a/includes/installer/PostgresUpdater.php b/includes/installer/PostgresUpdater.php index 1f17fecc2b..c38eb6aabc 100644 --- a/includes/installer/PostgresUpdater.php +++ b/includes/installer/PostgresUpdater.php @@ -481,7 +481,8 @@ class PostgresUpdater extends DatabaseUpdater { [ 'changeNullableField', 'protected_titles', 'pt_reason', 'NOT NULL', true ], [ 'addPgField', 'protected_titles', 'pt_reason_id', 'INTEGER NOT NULL DEFAULT 0' ], [ 'addTable', 'comment', 'patch-comment-table.sql' ], - [ 'addIndex', 'site_stats', 'PRIMARY', 'patch-site_stats-pk.sql' ], + [ 'addIndex', 'site_stats', 'site_stats_pkey', 'patch-site_stats-pk.sql' ], + [ 'addTable', 'ip_changes', 'patch-ip_changes.sql' ], ]; }