Project

General

Profile

Download (170 Bytes) Statistics
| Branch: | Tag: | Revision:
class RemoveReplayAddressSetting < ActiveRecord::Migration[4.2]
def up
execute "DELETE FROM settings WHERE name='email_replay_address'"
end

def down
end
end
(141-141/405)