From 0af2b113df5262cda052271a59013522cb9bb466 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 26 Apr 2024 17:51:52 -0400 Subject: [PATCH] Delete backend/src/db/migrations/20240426171026_test.ts --- backend/src/db/migrations/20240426171026_test.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 backend/src/db/migrations/20240426171026_test.ts diff --git a/backend/src/db/migrations/20240426171026_test.ts b/backend/src/db/migrations/20240426171026_test.ts deleted file mode 100644 index b64a038a9..000000000 --- a/backend/src/db/migrations/20240426171026_test.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { Knex } from "knex"; - - -export async function up(knex: Knex): Promise { -} - - -export async function down(knex: Knex): Promise { -} -