mediawiki-extensions-Echo/db_patches/patch-drop-user-hash-timestamp-index.sql
Roan Kattouw 91465ef753 Remove notification_bundle_display_hash
Also remove fetchNewestByUserBundleHash() because it's now unused,
and remove the echo_notification_user_hash_timestamp index which
existed specifically to support that function's DB query.

Bug: T143763
Change-Id: I74be8f156bc14d0e189d328953d17dc26cdb697b
2019-03-06 10:29:05 -08:00

3 lines
140 B
SQL

-- Drop unused index echo_notification_user_hash_timestamp
DROP INDEX /*i*/echo_notification_user_hash_timestamp ON /*_*/echo_notification;