summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/db_patches/patch-drop-notification_bundle_display_hash.sql')
-rw-r--r--Echo/db_patches/patch-drop-notification_bundle_display_hash.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/Echo/db_patches/patch-drop-notification_bundle_display_hash.sql b/Echo/db_patches/patch-drop-notification_bundle_display_hash.sql
new file mode 100644
index 00000000..7cbf8aa4
--- /dev/null
+++ b/Echo/db_patches/patch-drop-notification_bundle_display_hash.sql
@@ -0,0 +1,2 @@
+-- Drop unused field notification_bundle_display_hash
+ALTER TABLE /*_*/echo_notification DROP notification_bundle_display_hash;