Drop MAIL_TEMPLATES table
it’s not used since695dc16b8
/335caed65e
anymore
This commit is contained in:
parent
86a89808ca
commit
39a138e48d
2 changed files with 6 additions and 10 deletions
5
db/migrate/20180108144114_drop_mail_templates_table.rb
Normal file
5
db/migrate/20180108144114_drop_mail_templates_table.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class DropMailTemplatesTable < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
drop_table :mail_templates
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue