mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
91465ef753
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
3 lines
128 B
SQL
3 lines
128 B
SQL
-- Drop unused field notification_bundle_display_hash
|
|
ALTER TABLE /*_*/echo_notification DROP notification_bundle_display_hash;
|