From 20ac1fde51101843e4788b66e0dd938f71f148fa Mon Sep 17 00:00:00 2001 From: githubmamatha Date: Wed, 3 Jul 2024 05:12:43 -0700 Subject: [PATCH] Grad2-2850 dropped columns of table --- .../migration/1.0/V1.0.33__DDL-UPDATE_TABLE-STUDENT_COURSE.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 api/src/main/resources/db/migration/1.0/V1.0.33__DDL-UPDATE_TABLE-STUDENT_COURSE.sql diff --git a/api/src/main/resources/db/migration/1.0/V1.0.33__DDL-UPDATE_TABLE-STUDENT_COURSE.sql b/api/src/main/resources/db/migration/1.0/V1.0.33__DDL-UPDATE_TABLE-STUDENT_COURSE.sql new file mode 100644 index 0000000..818b647 --- /dev/null +++ b/api/src/main/resources/db/migration/1.0/V1.0.33__DDL-UPDATE_TABLE-STUDENT_COURSE.sql @@ -0,0 +1 @@ +ALTER TABLE STUDENT_COURSE DROP (COURSE_CODE, COURSE_LEVEL, RELATED_COURSE, RELATED_LEVEL); \ No newline at end of file