11 lines
153 B
TypeScript

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