Skip to content

Commit

Permalink
small tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Sep 25, 2023
1 parent 2e09cc0 commit c47f8b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export async function up(db: Kysely<unknown>): Promise<void> {
await db.schema.dropTable('view_param').execute()
}

export async function down(db: Kysely<unknown>): Promise<void> {
export async function down(_db: Kysely<unknown>): Promise<void> {
// Migration code
}

0 comments on commit c47f8b2

Please sign in to comment.