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