mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Refactored monthly invoice generation job
This commit is contained in:
parent
cd8e14a177
commit
5e6dbac462
20 changed files with 367 additions and 486 deletions
5
db/migrate/20221011061840_add_sent_at_to_invoices.rb
Normal file
5
db/migrate/20221011061840_add_sent_at_to_invoices.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddSentAtToInvoices < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :invoices, :sent_at, :datetime
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue