From 6b9040021b61d47d5c2742b32a33c9c63d2d307e 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..3016d84773 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_table': 'select * from schema_migrations', 'foreman_auth_table': authcmd, 'dynflow_schema_info': 'select * from dynflow_schema_info', 'audits_table_count': 'select count(*) from audits',