some comments

This commit is contained in:
Ulf Gebhardt 2022-02-03 19:49:39 +01:00
parent a334c916fd
commit 7987fbbba1
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -1,8 +1,7 @@
/* MIGRATION TO COMBINE ALL USER TABLES /* MIGRATION TO COMBINE LOGIN_USERS WITH STATE_USERS TABLE
* *
* This migration combines the tables `login_users` * This migration combines the table `login_users` with
* and `login_user_backups` into the `state_users` * the `state_users` table, where the later is the target.
* table.
*/ */
export async function upgrade(queryFn: (query: string, values?: any[]) => Promise<Array<any>>) { export async function upgrade(queryFn: (query: string, values?: any[]) => Promise<Array<any>>) {