Add SQL for postgres, and fail gracefully in populateIpChanges
[lhc/web/wiklou.git] / includes / installer / PostgresUpdater.php
index 91f569f..c38eb6a 100644 (file)
@@ -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' ],
                ];
        }