Error
Sorry, something went wrong
(psycopg2.errors.UndefinedColumn) column learning_pathway.created_at does not exist
LINE 1: ...learning_pathway.stage AS learning_pathway_stage, learning_p...
^
[SQL: SELECT learning_pathway.id AS learning_pathway_id, learning_pathway.name AS learning_pathway_name, learning_pathway.description AS learning_pathway_description, learning_pathway.target_role AS learning_pathway_target_role, learning_pathway.stage AS learning_pathway_stage, learning_pathway.created_at AS learning_pathway_created_at
FROM learning_pathway
LIMIT %(param_1)s]
[parameters: {'param_1': 3}]
(Background on this error at: https://sqlalche.me/e/20/f405)