mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
532faf27f5
SQL files that are MySQL/SQLite specific have been moved to subfolders Change-Id: Ib677815f2fb6a4e3aa0236a31160efaf761ad4ef
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;
|