Anomie has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/401774 )

Change subject: Fix typo in PostgresUpdater in I30a3a983
......................................................................

Fix typo in PostgresUpdater in I30a3a983

Bug: T174028
Change-Id: I916c8e693e477e03295a2224320eb94599c34d65
---
M includes/installer/PostgresUpdater.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/74/401774/1

diff --git a/includes/installer/PostgresUpdater.php 
b/includes/installer/PostgresUpdater.php
index e920fb7..fe8a1b1 100644
--- a/includes/installer/PostgresUpdater.php
+++ b/includes/installer/PostgresUpdater.php
@@ -487,7 +487,7 @@
                        // 1.31
                        [ 'addTable', 'slots', 'patch-slots-table.sql' ],
                        [ 'addTable', 'content', 'patch-content-table.sql' ],
-                       [ 'addTable', 'content_moddels', 
'patch-content_models-table.sql' ],
+                       [ 'addTable', 'content_models', 
'patch-content_models-table.sql' ],
                        [ 'addTable', 'slot_roles', 
'patch-slot_roles-table.sql' ],
                ];
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/401774
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I916c8e693e477e03295a2224320eb94599c34d65
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Anomie <bjor...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to