Rename index type_action to log_type_action
[lhc/web/wiklou.git] / includes / installer / PostgresUpdater.php
index dc1ffdb..18ef881 100644 (file)
@@ -584,6 +584,8 @@ class PostgresUpdater extends DatabaseUpdater {
                        ],
                        [ 'addPgIndex', 'archive', 'ar_revid_uniq', '(ar_rev_id)', 'unique' ],
                        [ 'dropPgIndex', 'archive', 'ar_revid' ], // Probably doesn't exist, but do it anyway.
+                       [ 'populateContentTables' ],
+                       [ 'addPgIndex', 'logging', 'log_type_action', '( log_type, log_action, log_timestamp )' ],
                ];
        }