mediawiki-extensions-Echo/db_patches/patch-drop-echo_subscription.sql
bsitu e40a243d59 remove unused table and columns
1. echo_subscription
2. echo_event.event_timestamp

Change-Id: I9f6d4041b16c6d1d0414ee8e81536a59d0aba3d4
2013-04-09 10:56:28 -07:00

3 lines
92 B
SQL

-- drop this table because subscription is not supported
DROP TABLE /*_*/echo_subscription;