Files
nairobi/db/migrate/20160421090733_destroy_captcha_table.rb
2016-04-27 16:07:47 +02:00

6 lines
111 B
Ruby

class DestroyCaptchaTable < ActiveRecord::Migration
def change
drop_table :simple_captcha_data
end
end