UNPKG

dbl-coins-invest

Version:

Sharade DBL package over other coins invest services

10 lines (9 loc) 282 B
'use strict'; module.exports = { up: function up(queryInterface, Sequelize) { return queryInterface.dropTable('accounts'); }, down: function down(queryInterface, Sequelize) { // return queryInterface.removeColumn('investments', 'openCurrency'); } };