Error We are sorry, but an error occurred while generating this page. You should contact the site's administrator.
Error in query number 5:
In "metadata/database/edit.sql": The following error occurred while executing an SQL statement:
error returned from database: column "devops_environment_id" does not exist
The SQL statement sent by SQLPage was:
SELECT 'devops' AS label, 'devops_environment_id' AS name, true AS required, 'select' AS type, (SELECT devops_environment_id FROM meta_data.database WHERE id = CAST($1 AS TEXT)::INT) AS value, (SELECT json_agg(json_build_object('label', lsi.name, 'value', lsi.id)) FROM meta_data.lookup_subject_item AS lsi INNER JOIN meta_data.lookup_subject AS ls ON ls.id = lsi.lookup_subject_id WHERE ls.name = 'devops_environment') AS options;
⬆️
metadata/database/edit.sql: lines 37 to 52
You can hide error messages like this one from your users by setting the 'environment' configuration option to 'production'.