suite
This commit is contained in:
parent
cbcf5a6403
commit
46d54dfafd
@ -1,4 +1,4 @@
|
||||
class ChangeNumericFieldInPSheetLines < ActiveRecord::Migration
|
||||
class ChangeNumericFieldInPayments < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :p_payments, :amount, :decimal, :precision => 12, :scale => 2
|
||||
change_column :p_payment_documents, :amount, :decimal, :precision => 12, :scale => 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user