diff options
Diffstat (limited to 'Echo/db_patches/patch-drop-echo_subscription.sql')
-rw-r--r-- | Echo/db_patches/patch-drop-echo_subscription.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Echo/db_patches/patch-drop-echo_subscription.sql b/Echo/db_patches/patch-drop-echo_subscription.sql new file mode 100644 index 00000000..f04a4f0a --- /dev/null +++ b/Echo/db_patches/patch-drop-echo_subscription.sql @@ -0,0 +1,2 @@ +-- drop this table because subscription is not supported +DROP TABLE /*_*/echo_subscription; |