format for latest standard
This commit is contained in:
parent
4108efd9c7
commit
c2af183911
77 changed files with 1697 additions and 1693 deletions
|
|
@ -4,9 +4,9 @@ function singleQuotify (item) { return '\'' + item + '\'' }
|
|||
|
||||
exports.up = function (next) {
|
||||
var actions = ['published', 'authorized', 'instant', 'confirmed', 'rejected',
|
||||
'insufficientFunds', 'dispenseRequested', 'dispensed', 'notified',
|
||||
'addedPhone', 'redeem']
|
||||
.map(singleQuotify).join(',')
|
||||
'insufficientFunds', 'dispenseRequested', 'dispensed', 'notified',
|
||||
'addedPhone', 'redeem']
|
||||
.map(singleQuotify).join(',')
|
||||
|
||||
var sql = [
|
||||
`create table cash_in_txs (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue