1 2 3 4 5 6 7
class DropSubscriptions < ActiveRecord::Migration[5.2] def change safety_assured { drop_table :subscriptions } end end