Save the timestamp of the last mail to supplier and confirm resending it
This commit is contained in:
parent
9a3ab1458e
commit
f509f85327
6 changed files with 13 additions and 2 deletions
5
db/migrate/20171001000000_add_last_sent_mail_to_order.rb
Normal file
5
db/migrate/20171001000000_add_last_sent_mail_to_order.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddLastSentMailToOrder < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :orders, :last_sent_mail, :datetime
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue