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 { -} -