ReceivedMail: change timestamp for migration

This commit is contained in:
Simon Lehericey 2017-03-07 10:39:56 +01:00
parent 8cd46b7fdf
commit c1953592b7

View file

@ -5,7 +5,8 @@ class CreateReceivedMails < ActiveRecord::Migration[5.0]
t.text :object
t.references :procedure, foreign_key: true
t.timestamps
t.column :created_at, :timestamp, null: true
t.column :updated_at, :timestamp, null: true
end
end
end