KB-295C

HC-SCHEMA missing description column

1 min read Revision 1
health-checksqllaw-36fix25

-- HC-SCHEMA: Bảng governed thiếu cột description -- DB: directus | Schema: public | Read-only SELECT cr.collection_name FROM collection_registry cr WHERE cr.governance_role = 'governed' AND cr.collection_name NOT IN ( SELECT c.table_name FROM information_schema.columns c WHERE c.column_name = 'description' AND c.table_schema = 'public' );