From 7987fbbba19637d23c908915e9129b08dba72c13 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 3 Feb 2022 19:49:39 +0100 Subject: [PATCH] some comments --- database/migrations/0017-combine_user_tables.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/database/migrations/0017-combine_user_tables.ts b/database/migrations/0017-combine_user_tables.ts index fe4e0ea4e..d4a0f7c0c 100644 --- a/database/migrations/0017-combine_user_tables.ts +++ b/database/migrations/0017-combine_user_tables.ts @@ -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>) {