about summary refs log tree commit diff
path: root/db/migrate/20190509164727_drop_subscriptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20190509164727_drop_subscriptions.rb')
-rw-r--r--db/migrate/20190509164727_drop_subscriptions.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/db/migrate/20190509164727_drop_subscriptions.rb b/db/migrate/20190509164727_drop_subscriptions.rb
new file mode 100644
index 000000000..fec395235
--- /dev/null
+++ b/db/migrate/20190509164727_drop_subscriptions.rb
@@ -0,0 +1,7 @@
+class DropSubscriptions < ActiveRecord::Migration[5.2]
+  def change
+    safety_assured {
+      drop_table :subscriptions
+    }
+  end
+end