From f7d1df61610037a99fd25bf098707c0c56e676ff Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 28 Jan 2022 17:44:54 +0100 Subject: [PATCH] updated comment --- database/migrations/0014-drop_unused_tables_with_data.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/database/migrations/0014-drop_unused_tables_with_data.ts b/database/migrations/0014-drop_unused_tables_with_data.ts index 18e7639de..f33b15ddc 100644 --- a/database/migrations/0014-drop_unused_tables_with_data.ts +++ b/database/migrations/0014-drop_unused_tables_with_data.ts @@ -242,6 +242,8 @@ export async function downgrade(queryFn: (query: string, values?: any[]) => Prom // NOTE: This data is not used - therefore we remove it. // This data is aligned to the `server_users` table except the entry 4, // this one is missing in the other table + // and after checking with administration, we figured out that + // this is a data fragement no longer needed. await queryFn(` INSERT INTO \`login_user_roles\` VALUES (1,28,1),