crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20170428113642_drop_comments.rb

Summary

Maintainability
A
0 mins
Test Coverage
class DropComments < ActiveRecord::Migration[5.0]
  def change
    drop_table :comments
  end
end