Heidi SQL and MySQL Error

I am getting this error and I can not access jobs at all… anyone know why this is?

[ERROR] [MySQL] An error happens on MySQL for query “SELECT * FROM jobs WHERE whitelisted = false {=}”: Unknown column ‘whitelisted’ in ‘where clause’

Because your table does not contain the whitelisted column, as the error says.

You probably forgot to apply some sql file.

1 Like

ill look more into that. Thank you!