Merge "Add new recentchanges field rc_source to replace rc_type"
[lhc/web/wiklou.git] / includes / installer / PostgresUpdater.php
index 79183da..40c8126 100644 (file)
@@ -355,6 +355,9 @@ class PostgresUpdater extends DatabaseUpdater {
                        array( 'addInterwikiType' ),
                        # end
                        array( 'tsearchFixes' ),
+
+                       // 1.22
+                       array( 'addPgField', 'recentchanges', 'rc_source',            "TEXT NOT NULL DEFAULT ''" ),
                );
        }