mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 15:34:41 +02:00
Added feature test for mailer #2369
This commit is contained in:
parent
032cff3cf3
commit
d11aee7e95
5 changed files with 52 additions and 14 deletions
|
@ -886,8 +886,8 @@ ActiveRecord::Schema.define(version: 20150825125118) do
|
|||
t.string "cc"
|
||||
t.text "body", null: false
|
||||
t.text "text_body", null: false
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
end
|
||||
|
||||
create_table "messages", force: :cascade do |t|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue