Yaron Koren has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/319391

Change subject: Changed Searchtext storage type from Text to Mediumtext
......................................................................

Changed Searchtext storage type from Text to Mediumtext

Change-Id: If7d6ade073ee3547c8dda0a38b7a2dca8f5281a1
---
M CargoUtils.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cargo 
refs/changes/91/319391/2

diff --git a/CargoUtils.php b/CargoUtils.php
index 4eab451..d89ec95 100644
--- a/CargoUtils.php
+++ b/CargoUtils.php
@@ -517,7 +517,7 @@
                        if ( $dbType != 'mysql' ) {
                                throw new MWException( "Error: a \"Searchtext\" 
field can currently only be defined for MySQL databases." );
                        }
-                       return 'Text';
+                       return 'Mediumtext';
                } else { // 'String', 'Page', etc.
                        if ( $size == null ) {
                                $size = 300;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If7d6ade073ee3547c8dda0a38b7a2dca8f5281a1
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <yaro...@gmail.com>

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

Reply via email to