mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
some comments
This commit is contained in:
parent
a334c916fd
commit
7987fbbba1
@ -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>>) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user