test/dummy/db/schema.rb in mail_engine-0.0.1 vs test/dummy/db/schema.rb in mail_engine-0.1.0

- old
+ new

@@ -45,9 +45,10 @@ t.datetime "updated_at" end create_table "mail_templates", :force => true do |t| t.string "name" + t.string "subject" t.string "path" t.string "format", :default => "html" t.string "locale" t.string "handler", :default => "liquid" t.text "body"