db: drop tag subscriptions table.

This commit is contained in:
evazion
2019-11-17 01:52:36 -06:00
parent fedb525305
commit 1ae971269c
2 changed files with 9 additions and 67 deletions

View File

@@ -0,0 +1,7 @@
require_relative "20100307073438_create_tag_subscriptions"
class DropTagSubscriptions < ActiveRecord::Migration[6.0]
def change
revert CreateTagSubscriptions
end
end