mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
ae75a8118a
No longer used in the new bundling system. Also removes indexes that contain bundle_base. Bug: T143763 Bug: T131415 Change-Id: Ibf94cdc471a11cb14995fee6a55af0d227b50aa5
6 lines
397 B
SQL
6 lines
397 B
SQL
-- Drop unused field notification_bundle_base and the indexes that contain it
|
|
DROP INDEX /*i*/echo_notification_user_base_read_timestamp ON /*_*/echo_notification;
|
|
DROP INDEX /*i*/echo_notification_user_base_timestamp ON /*_*/echo_notification;
|
|
DROP INDEX /*i*/echo_notification_user_hash_base_timestamp ON /*_*/echo_notification;
|
|
ALTER TABLE /*_*/echo_notification DROP notification_bundle_base;
|