UNPKG

machinomy

Version:

Micropayments powered by Ethereum

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