Physikerwelt has uploaded a new change for review.

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

Change subject: Increase length of the noun
......................................................................

Increase length of the noun

combinations of multiple words are allowed now

Change-Id: I20c0ea63375d3891b781c6b106acdc1d218cdc17
---
M db/mathsemantics.sql
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MathSearch 
refs/changes/46/261646/1

diff --git a/db/mathsemantics.sql b/db/mathsemantics.sql
index 4ce8e89..df14ee1 100644
--- a/db/mathsemantics.sql
+++ b/db/mathsemantics.sql
@@ -2,7 +2,7 @@
   `revision_id` int(10) UNSIGNED NOT NULL,
   `identifier` varchar(20) NOT NULL,
   `evidence` double NOT NULL,
-  `noun` varchar(20) NOT NULL,
+  `noun` varchar(255) NOT NULL,
   `sentence` text NULL,
   KEY `revision_id` (`revision_id`)
 ) /*$wgDBTableOptions*/;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I20c0ea63375d3891b781c6b106acdc1d218cdc17
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MathSearch
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to