Physikerwelt has uploaded a new change for review.

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

Change subject: Remove curId column from math_wmc_ref table
......................................................................

Remove curId column from math_wmc_ref table

The curId column is no longer needed, and causes nothing but confusion.
The value of curid can be derived from the value of the oldId column.

Change-Id: I998df3a0d421b47ef96949e75be95d762e733541
---
M db/math_wmc_ref.sql
1 file changed, 1 insertion(+), 3 deletions(-)


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

diff --git a/db/math_wmc_ref.sql b/db/math_wmc_ref.sql
index 3bc17ea..46e50b9 100644
--- a/db/math_wmc_ref.sql
+++ b/db/math_wmc_ref.sql
@@ -1,7 +1,5 @@
-CREATE TABLE math_wmc_ref
-(
+CREATE TABLE math_wmc_ref (
     qId INT PRIMARY KEY NOT NULL,
     oldId INT,
-    curId INT,
     fId INT
 );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I998df3a0d421b47ef96949e75be95d762e733541
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MathSearch
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>
Gerrit-Reviewer: Physikerwelt <w...@physikerwelt.de>

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

Reply via email to