This repository has been archived on 2024-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
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