EBernhardson (WMF) has uploaded a new change for review.

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


Change subject: Rename user_timestamp index to prevent name clash
......................................................................

Rename user_timestamp index to prevent name clash

Change-Id: I9b6468221ba6fe501b15c563f3301694262eec65
---
M echo.sql
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/94/64594/1

diff --git a/echo.sql b/echo.sql
index eb90f68..ce41a74 100644
--- a/echo.sql
+++ b/echo.sql
@@ -23,7 +23,7 @@
        notification_bundle_display_hash varchar(32) binary not null -- The 
hash for displaying bundle notifications with regard to timestamp, this is is a 
subset of notification_bundle_hash
 ) /*$wgDBTableOptions*/;
 
-CREATE INDEX /*i*/user_timestamp ON /*_*/echo_notification 
(notification_user,notification_timestamp);
+CREATE INDEX /*i*/echo_user_timestamp ON /*_*/echo_notification 
(notification_user,notification_timestamp);
 CREATE UNIQUE INDEX /*i*/user_event ON /*_*/echo_notification 
(notification_user,notification_event);
 CREATE INDEX /*i*/echo_notification_user_base_read_timestamp ON 
/*_*/echo_notification (notification_user, notification_bundle_base, 
notification_read_timestamp);
 CREATE INDEX /*i*/echo_notification_user_base_timestamp ON 
/*_*/echo_notification (notification_user, notification_bundle_base, 
notification_timestamp, notification_event);

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b6468221ba6fe501b15c563f3301694262eec65
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: EBernhardson (WMF) <[email protected]>

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

Reply via email to