Physikerwelt has submitted this change and it was merged.

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

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



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: merged
Gerrit-Change-Id: I998df3a0d421b47ef96949e75be95d762e733541
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MathSearch
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>
Gerrit-Reviewer: Physikerwelt <w...@physikerwelt.de>
Gerrit-Reviewer: Springle <sprin...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to