mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 21:46:24 +02:00
changed request, add new column to invoce
This commit is contained in:
parent
29301a94c1
commit
d1e64577b4
4 changed files with 40 additions and 22 deletions
5
db/migrate/20220124105717_add_payment_link_to_invoice.rb
Normal file
5
db/migrate/20220124105717_add_payment_link_to_invoice.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddPaymentLinkToInvoice < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :invoices, :payment_link, :string
|
||||
end
|
||||
end
|
|
@ -5413,5 +5413,3 @@ INSERT INTO "schema_migrations" (version) VALUES
|
|||
('20220413084536'),
|
||||
('20220413084748'),
|
||||
('20220504090512');
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue