hello?
CREATE VIEW REPORT_ACTIVE_TOOLS AS (
SELECT * FROM generation_blueprints WHERE 1=1 AND is_tool=true and is_active=true ORDER BY ID
)
CREATE VIEW REPORT_ACTIVE_TOOLS AS (
SELECT * FROM generation_blueprints WHERE 1=1 AND is_tool=true and is_active=true ORDER BY ID
)