6 lines
148 B
TypeScript
Raw Permalink Normal View History

import { Knex } from '../../../..';
export async function up(knex: Knex): Promise<any> {}
export async function down(knex: Knex): Promise<any> {}