mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Story#105852786 - Directo invoices are calculated based on invoices
This commit is contained in:
parent
bc640c63fe
commit
72bd54dc7c
6 changed files with 22 additions and 19 deletions
|
@ -1,5 +0,0 @@
|
|||
class AddInDirectoToBankTransaction < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :bank_transactions, :in_directo, :boolean, default: false
|
||||
end
|
||||
end
|
5
db/migrate/20160118092454_add_in_directo_to_invoice.rb
Normal file
5
db/migrate/20160118092454_add_in_directo_to_invoice.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddInDirectoToInvoice < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :invoices, :in_directo, :boolean, default: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue