Delete backend/src/db/migrations/20240426171026_test.ts

This commit is contained in:
Maidul Islam
2024-04-26 17:51:52 -04:00
committed by GitHub
parent 63a7941047
commit 0af2b113df

View File

@@ -1,10 +0,0 @@
import { Knex } from "knex";
export async function up(knex: Knex): Promise<void> {
}
export async function down(knex: Knex): Promise<void> {
}