crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20160602084110_remove_ahoy.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RemoveAhoy < ActiveRecord::Migration
  def change
    drop_table :ahoy_events
    drop_table :visits
  end
end