From d7c92998389f80bebc35d137fb2510f6d1570651 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Thu, 29 Aug 2024 14:49:29 -0500 Subject: [PATCH] fix: remove duplicated schema --- models/courses/schema.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/models/courses/schema.yml b/models/courses/schema.yml index f2843aa..4b59c4d 100644 --- a/models/courses/schema.yml +++ b/models/courses/schema.yml @@ -182,22 +182,3 @@ models: - name: course_order data_type: Int32 description: "The sort order of this block in the course across all course blocks" - - - name: course_tags - description: "Tag with lineage data for courses" - columns: - - name: course_key - data_type: String - description: "The course key for the course" - - name: course_name - data_type: String - description: "The name of the course" - - name: taxonomy_name - data_type: String - description: "The name of the parent taxonomy of the tag" - - name: tag - data_type: String - description: "The name of the tag" - - name: lineage - data_type: String - description: "Lineage data of the tag for parent tags"