mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Change Invoice::Item price scale to 3 places
This commit is contained in:
parent
3decec8b02
commit
d62e55e6a1
5 changed files with 18 additions and 16 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeInvoiceItemPriceScaleToThreePlaces < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
change_column :invoice_items, :price, :decimal, precision: 10, scale: 3
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue