templating api
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { Knex } from "knex"
|
||||
|
||||
export async function up(knex: Knex): Promise<void> {
|
||||
throw new Error("Not implemented")
|
||||
}
|
||||
|
||||
export async function down(knex: Knex): Promise<void> {
|
||||
throw new Error("Not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user