record cryptoCode for bills table
This commit is contained in:
parent
e227716ad9
commit
4e5b1173d6
2 changed files with 4 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ exports.recordBill = function recordBill (session, rec, cb) {
|
|||
'id',
|
||||
'device_fingerprint',
|
||||
'currency_code',
|
||||
'crypto_code',
|
||||
'to_address',
|
||||
'session_id',
|
||||
'device_time',
|
||||
|
|
@ -79,6 +80,7 @@ exports.recordBill = function recordBill (session, rec, cb) {
|
|||
rec.uuid,
|
||||
session.fingerprint,
|
||||
rec.currency,
|
||||
rec.cryptoCode,
|
||||
rec.toAddress,
|
||||
session.id,
|
||||
rec.deviceTime,
|
||||
|
|
|
|||
2
todo.txt
2
todo.txt
|
|
@ -31,3 +31,5 @@ alter table bills add crypto_code text default 'BTC';
|
|||
alter table bills alter satoshis TYPE bigint;
|
||||
|
||||
- update cryptoCode for bills insert
|
||||
- test against old server
|
||||
- remove debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue