Drop MAIL_TEMPLATES table

it’s not used since 695dc16b8 / 335caed65e anymore
This commit is contained in:
Frederic Merizen 2018-01-08 15:49:45 +01:00
parent 86a89808ca
commit 39a138e48d
2 changed files with 6 additions and 10 deletions

View file

@ -0,0 +1,5 @@
class DropMailTemplatesTable < ActiveRecord::Migration[5.0]
def change
drop_table :mail_templates
end
end