move to sha-256 fingerprints
This commit is contained in:
parent
8674816d27
commit
91e1077daa
4 changed files with 39 additions and 65 deletions
|
|
@ -29,6 +29,8 @@ exports.up = function (next) {
|
|||
'alter table cash_out_txs drop column denomination_1',
|
||||
'alter table cash_out_txs drop column denomination_2',
|
||||
'alter table cash_out_txs drop column dispense_error',
|
||||
'alter table cash_out_txs drop column dispense_time',
|
||||
'alter table cash_out_txs drop column confirmation_time',
|
||||
'alter table cash_out_txs add column dispense_confirmed boolean default false',
|
||||
'alter table cash_out_txs rename column dispensed to dispense'
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue