Merge "mw.Feedback: If the message is posted remotely, link the title correctly"
[lhc/web/wiklou.git] / includes / installer / MssqlUpdater.php
index b4b34de..1fd1d9b 100644 (file)
@@ -106,6 +106,10 @@ class MssqlUpdater extends DatabaseUpdater {
                        [ 'modifyField', 'image', 'img_media_type', 'patch-add-3d.sql' ],
                        [ 'addIndex', 'site_stats', 'PRIMARY', 'patch-site_stats-pk.sql' ],
 
+                       // Should have been in 1.30
+                       [ 'addTable', 'comment', 'patch-comment-table.sql' ],
+                       [ 'migrateComments' ],
+
                        // 1.31
                        [ 'addTable', 'slots', 'patch-slots.sql' ],
                        [ 'addTable', 'content', 'patch-content.sql' ],