mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Merge branch 'master' into 2363-remove-statuses-before-force-delete
This commit is contained in:
commit
e5ff4a675a
61 changed files with 1399 additions and 269 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
|
|
@ -5103,5 +5103,3 @@ INSERT INTO "schema_migrations" (version) VALUES
|
|||
('20220413084748'),
|
||||
('20220504090512'),
|
||||
('20220524130709');
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue