Add `comment` table and code to start using it
[lhc/web/wiklou.git] / includes / installer / MysqlUpdater.php
index 7b51ed7..c591974 100644 (file)
@@ -326,6 +326,8 @@ class MysqlUpdater extends DatabaseUpdater {
                                'patch-user_former_groups-fix-pk.sql' ],
                        [ 'renameIndex', 'user_properties', 'user_properties_user_property', 'PRIMARY', false,
                                'patch-user_properties-fix-pk.sql' ],
+                       [ 'addTable', 'comment', 'patch-comment-table.sql' ],
+                       [ 'migrateComments' ],
                ];
        }