Kaldari has submitted this change and it was merged.

Change subject: Remove UNIQUE keyword from logging table index
......................................................................


Remove UNIQUE keyword from logging table index

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

Approvals:
  Kaldari: Verified; Looks good to me, approved



diff --git a/db/addLoggingTable.sql b/db/addLoggingTable.sql
index a67867e..6e1df32 100644
--- a/db/addLoggingTable.sql
+++ b/db/addLoggingTable.sql
@@ -12,4 +12,4 @@
 
 CREATE INDEX /*i*/pa_project_log ON /*_*/ page_assessments_log (pa_project);
 CREATE INDEX /*i*/pa_timestamp ON /*_*/ page_assessments_log (pa_timestamp);
-CREATE UNIQUE INDEX /*i*/pa_page_project_log ON /*_*/ page_assessments_log 
(pa_page_id, pa_project);
+CREATE INDEX /*i*/pa_page_project_log ON /*_*/ page_assessments_log 
(pa_page_id, pa_project);

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I61ee1326e83a5a58b3f457c5ca94273a294ce7af
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/PageAssessments
Gerrit-Branch: master
Gerrit-Owner: Niharika29 <[email protected]>
Gerrit-Reviewer: Kaldari <[email protected]>
Gerrit-Reviewer: Springle <[email protected]>

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

Reply via email to