mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
1baec7712a
Bug: T322143 Change-Id: I38f465a3e1ab8059beb94fc85ffe1729379d5b7a Follows-Up: I0759b82ad91849880c784e412e04dd53f26df6a2
4 lines
151 B
SQL
4 lines
151 B
SQL
ALTER TABLE /*_*/echo_push_subscription
|
|
ADD COLUMN eps_topic TINYINT UNSIGNED;
|
|
CREATE INDEX /*i*/eps_topic ON /*_*/echo_push_subscription (eps_topic);
|