Added a page_links_updated column for job de-duplication
[lhc/web/wiklou.git] / includes / installer / PostgresUpdater.php
index dac1400..fa58a62 100644 (file)
@@ -402,6 +402,7 @@ class PostgresUpdater extends DatabaseUpdater {
 
                        // 1.23
                        array( 'addPgField', 'recentchanges', 'rc_source', "TEXT NOT NULL DEFAULT ''" ),
+                       array( 'addPgField', 'page', 'page_links_updated', "TIMESTAMPTZ NULL" ),
                );
        }