From c42e6f5e96c00768973f88323a211065b7c8cdc3 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 21 Dec 2021 02:42:15 +0100 Subject: [PATCH] typo --- database/migrations/0006-login_users_collation.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/database/migrations/0006-login_users_collation.ts b/database/migrations/0006-login_users_collation.ts index 407c5605c..579bb0a7a 100644 --- a/database/migrations/0006-login_users_collation.ts +++ b/database/migrations/0006-login_users_collation.ts @@ -3,7 +3,6 @@ * in oder to be able to compare `login_users` with `state_users` * when the databases default is not `utf8mb4_unicode_ci`, we need * to also explicitly define it in the table - * */ export async function upgrade(queryFn: (query: string, values?: any[]) => Promise>) {