6 lines
111 B
Ruby
6 lines
111 B
Ruby
class DestroyCaptchaTable < ActiveRecord::Migration
|
|
def change
|
|
drop_table :simple_captcha_data
|
|
end
|
|
end
|