mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 07:26:22 +02:00
Created job for sending monthly invoices
This commit is contained in:
parent
a5f803b57a
commit
d589aa1681
18 changed files with 1103 additions and 43 deletions
|
@ -0,0 +1,6 @@
|
|||
class AddMonthlyInvoiceTypeColumns < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :invoices, :monthly_invoice, :boolean, default: false
|
||||
add_column :invoices, :metadata, :jsonb
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue