jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Physikerwelt: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I20c0ea63375d3891b781c6b106acdc1d218cdc17
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MathSearch
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <[email protected]>
Gerrit-Reviewer: Dyiop <[email protected]>
Gerrit-Reviewer: Hcohl <[email protected]>
Gerrit-Reviewer: Physikerwelt <[email protected]>
Gerrit-Reviewer: Springle <[email protected]>
Gerrit-Reviewer: Whyameri <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to