mediawiki-extensions-Echo/sql
Umherirrender fcc46964c1 schema: Run cleanup updates for echo_push_subscription separately
The addition of the foreign key echo_push_subscription_ibfk_2
in 4abfbd3 did not affected already existing installs,
because the updater part was missing.
The addition of a foreign key also creates an index under mysql,
which is also not part of older installs and needs to be created.
Also the new field eps_topic from c188dac is missing and now added.
The new index echo_push_subscription_token from 3513c64 is added.

The drop patch set d35c502 assumes that the foreign key exists,
now every step of the update is running separately to avoid one failing
update to skip the remaing update steps.
This avoid issues on wikis installed before REL1_35 and updated with the
patches from REL1_36

Bug: T322143
Change-Id: I0759b82ad91849880c784e412e04dd53f26df6a2
2022-12-09 20:36:32 +01:00
..
mysql schema: Run cleanup updates for echo_push_subscription separately 2022-12-09 20:36:32 +01:00
postgres Convert to abstract schema 2022-07-05 21:00:41 +00:00
sqlite Convert to abstract schema 2022-07-05 21:00:41 +00:00
echo_push_provider.sql schema: Move all sql files to own folder 2022-06-11 08:26:48 +02:00
echo_push_subscription.sql schema: Drop foreign keys from table echo_push_subscription 2022-06-14 23:29:48 +02:00
echo_push_topic.sql schema: Move all sql files to own folder 2022-06-11 08:26:48 +02:00
patch-drop-echo_event-event_page_namespace.sql schema: Move all sql files to own folder 2022-06-11 08:26:48 +02:00
patch-drop-echo_event-event_page_title.sql schema: Move all sql files to own folder 2022-06-11 08:26:48 +02:00
patch-drop-user-hash-timestamp-index.sql schema: Move all sql files to own folder 2022-06-11 08:26:48 +02:00
tables-sharedtracking.json Convert to abstract schema 2022-07-05 21:00:41 +00:00
tables.json Convert to abstract schema 2022-07-05 21:00:41 +00:00