mirror of
https://github.com/knex/knex.git
synced 2025-12-12 15:31:09 +00:00
11 lines
153 B
TypeScript
11 lines
153 B
TypeScript
import { Knex } from "../../../..";
|
|
|
|
|
|
export async function up(knex: Knex): Promise<any> {
|
|
}
|
|
|
|
|
|
export async function down(knex: Knex): Promise<any> {
|
|
}
|
|
|