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`
* and `login_user_backups` into the `state_users`
* table.
* This migration combines the table `login_users` with
* the `state_users` table, where the later is the target.
*/
export async function upgrade(queryFn: (query: string, values?: any[]) => Promise<Array<any>>) {