This commit is contained in:
Ulf Gebhardt 2021-12-21 02:42:15 +01:00
parent e90744e1f9
commit c42e6f5e96
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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<Array<any>>) {