handle cash-in errors
This commit is contained in:
parent
48dd23c11d
commit
86adfd0a63
7 changed files with 40 additions and 24 deletions
|
|
@ -6,6 +6,7 @@ exports.up = function (next) {
|
|||
'alter table cash_in_txs add column device_time bigint not null',
|
||||
'alter table cash_in_txs add column timedout boolean not null default false',
|
||||
'alter table cash_in_txs add column send_time timestamptz',
|
||||
'alter table cash_in_txs add column error_code text',
|
||||
'alter table cash_out_txs add column device_time bigint not null',
|
||||
'alter table cash_out_txs add column timedout boolean not null default false'
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue