From 2d7b9ec1e47456d35f28288eb419adc26c982eed Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 26 Apr 2024 13:55:43 -0400 Subject: [PATCH] Revert "test migration rename" --- 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 c55c9fc64..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 { -} -