Skip to content

Commit

Permalink
[foreman] collect schema_migrations table
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeni Golov <[email protected]>
  • Loading branch information
evgeni committed Sep 25, 2023
1 parent f11bc90 commit 6b90400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sos/report/plugins/foreman.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6b90400

Please sign in to comment.