summaryrefslogtreecommitdiff
path: root/db/migrate/20190222152220_drop_forums_labels.rb
blob: 06d8c4a5a538716a378cd73122fe0e175c65f6c4 (plain)
1
2
3
4
5
class DropForumsLabels < ActiveRecord::Migration
  def change
    drop_table :forums_labels
  end
end