UNPKG

machinomy

Version:

Micropayments powered by Ethereum

13 lines 399 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function up(db, callback) { return db.addColumn('payment', 'tokenContract', { type: 'string' }, callback); } exports.up = up; function down(db, callback) { return db.removeColumn('payment', 'tokenContract', callback); } exports.down = down; //# sourceMappingURL=20180713132628-add-token-contract.js.map