mirror of
https://github.com/knex/knex.git
synced 2025-11-27 23:49:42 +00:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import { Knex } from '../../../..';
|
|
|
|
export async function up(knex: Knex): Promise<any> {}
|
|
|
|
export async function down(knex: Knex): Promise<any> {}
|