mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Invoice cancelling
This commit is contained in:
parent
56d7f9f2e2
commit
a26ce110b2
17 changed files with 113 additions and 25 deletions
5
db/migrate/20150427073517_add_cancelled_at_to_invoice.rb
Normal file
5
db/migrate/20150427073517_add_cancelled_at_to_invoice.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddCancelledAtToInvoice < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :invoices, :cancelled_at, :datetime
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue