UNPKG

origintrail-node

Version:

OriginTrail Node - Decentralized Knowledge Graph Node Library

8 lines (6 loc) 230 B
export async function up({ context: { queryInterface } }) { await queryInterface.sequelize.query('TRUNCATE TABLE commands;'); } export async function down() { // No need to do anything in the down method for truncation }