From 524d08de390c5402fb6f598e5836b36652b7d320 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 25 Sep 2023 13:49:56 +0200 Subject: [PATCH] [foreman] collect schema_migrations table Signed-off-by: Evgeni Golov --- sos/report/plugins/foreman.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sos/report/plugins/foreman.py b/sos/report/plugins/foreman.py index a3ee81b7df..d77baffb9b 100644 --- a/sos/report/plugins/foreman.py +++ b/sos/report/plugins/foreman.py @@ -232,6 +232,7 @@ def setup(self): foremandb = { 'foreman_settings_table': scmd, + 'foreman_schema_migrations': 'select * from schema_migrations', 'foreman_auth_table': authcmd, 'dynflow_schema_info': 'select * from dynflow_schema_info', 'audits_table_count': 'select count(*) from audits',