mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 15:36:58 +00:00
patch-echo_push_subscription-add-column-eps_topic.sql: Add table prefix
Bug: T322143
Change-Id: I38f465a3e1ab8059beb94fc85ffe1729379d5b7a
Follows-Up: I0759b82ad91849880c784e412e04dd53f26df6a2
(cherry picked from commit 1baec7712a
)
This commit is contained in:
parent
8f0ec57ddd
commit
e670bb76c9
|
@ -1,3 +1,3 @@
|
|||
ALTER TABLE echo_push_subscription
|
||||
ALTER TABLE /*_*/echo_push_subscription
|
||||
ADD COLUMN eps_topic TINYINT UNSIGNED;
|
||||
CREATE INDEX /*i*/eps_topic ON /*_*/echo_push_subscription (eps_topic);
|
||||
|
|
Loading…
Reference in a new issue