add specs

This commit is contained in:
viehlieb 2025-05-22 12:27:25 +02:00
parent e902aa0d5a
commit 45db0575b1
46 changed files with 714 additions and 238 deletions

View file

@ -0,0 +1,5 @@
class AddEmailSentToOrdergroupInvoice < ActiveRecord::Migration[7.0]
def change
add_column :ordergroup_invoices, :email_sent_at, :datetime
end
end