This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
redstoner.com/db/migrate/20190222152220_drop_forums_labels.rb

6 lines
102 B
Ruby

class DropForumsLabels < ActiveRecord::Migration
def change
drop_table :forums_labels
end
end