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