From 0c98d9187de6246110bef366e04e7f7311b7ba56 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Wed, 30 Jul 2025 05:03:15 +0400 Subject: [PATCH] Update 20250723220500_remove-srp.ts --- backend/src/db/migrations/20250723220500_remove-srp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/db/migrations/20250723220500_remove-srp.ts b/backend/src/db/migrations/20250723220500_remove-srp.ts index 0c6ebd35e..4eb93e86a 100644 --- a/backend/src/db/migrations/20250723220500_remove-srp.ts +++ b/backend/src/db/migrations/20250723220500_remove-srp.ts @@ -13,6 +13,6 @@ export async function up(knex: Knex): Promise { }); } -export async function down(knex: Knex): Promise { +export async function down(): Promise { // do nothing for now to avoid breaking down migrations }