the database only has a scheduled_queries table (n...
# fleet
h
the database only has a scheduled_queries table (not a table called sq) and the container has been running for 17d so that should rule out any changed / updated image being pulled and run
z
sq
is just the alias being used for the
scheduled_queries
table within that particular sql statement. I think the issue is probably that you haven't run the DB migrations.
h
ok I’ll try that - thanks!