Merge branch 'master' into 2363-remove-statuses-before-force-delete

This commit is contained in:
Thiago Youssef 2022-06-29 11:34:29 -03:00
commit e5ff4a675a
61 changed files with 1399 additions and 269 deletions

View file

@ -0,0 +1,5 @@
class AddPaymentLinkToInvoice < ActiveRecord::Migration[6.1]
def change
add_column :invoices, :payment_link, :string
end
end

View file

@ -5103,5 +5103,3 @@ INSERT INTO "schema_migrations" (version) VALUES
('20220413084748'),
('20220504090512'),
('20220524130709');