Update 20250723220500_remove-srp.ts

This commit is contained in:
Daniel Hougaard
2025-07-30 05:03:15 +04:00
parent e106a6dceb
commit 0c98d9187d

View File

@@ -13,6 +13,6 @@ export async function up(knex: Knex): Promise<void> {
});
}
export async function down(knex: Knex): Promise<void> {
export async function down(): Promise<void> {
// do nothing for now to avoid breaking down migrations
}