UNPKG

machinomy

Version:

Micropayments powered by Ethereum

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