Installing ruby-foreman-webhooks and ruby-smart-proxy-shellhooks packages

Problem:
The subscribe to list on create webhook doesn’t seem to fully populate the list when installing ruby-foreman-webhooks and ruby-smart-proxy-shellhooks packages and running db:migrate afterwards

Am I missing some sort of command after installing the packages to fully populate?

Expected outcome:
Expected it to see

Foreman and Proxy versions:
Version 3.11.1

Foreman and Proxy plugin versions:
foreman_webhooks - 3.2.2

Distribution and version:
Debian 11

The list should be generated on the fly when the application starts up. In other words, these are not stored in the database so db:migrate won’t help.

Interestingly enough, events like “Build entered” come from Foreman itself so these should always be there. Anything in the logs perhaps?

Have you installed the package yourself? Usually using the installer is the preferred way.

Yes, installing the packages myself. Not using anything particular useful in logs.

Ideally, like to not use the foreman-installer (want to avoid puppet, etc) - so my process is currently install the foreman packages manually (with nginx) and setting up the config using ansible, which works fine just for everything except for the list not populating fully.

Will see if I can figure out what foreman-installer does differently in it’s puppet code and replicate.