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',