add specs
This commit is contained in:
parent
e902aa0d5a
commit
45db0575b1
46 changed files with 714 additions and 238 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddEmailSentToOrdergroupInvoice < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :ordergroup_invoices, :email_sent_at, :datetime
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue