Create new table to be used for querying IP ranges.
[lhc/web/wiklou.git] / includes / installer / MysqlUpdater.php
index b4ae1dd..58728a3 100644 (file)
@@ -304,6 +304,7 @@ class MysqlUpdater extends DatabaseUpdater {
 
                        // 1.30
                        [ 'modifyField', 'image', 'img_media_type', 'patch-add-3d.sql' ],
+                       [ 'addTable', 'ip_changes', 'patch-ip_changes.sql' ],
                ];
        }